mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
added getpotions
This commit is contained in:
parent
f69465d7e0
commit
4842c56cb5
@ -241,3 +241,8 @@ const CSMWorld::RefIdDataContainer< ESM::Activator >& CSMWorld::RefIdData::getAc
|
|||||||
{
|
{
|
||||||
return mActivators;
|
return mActivators;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const CSMWorld::RefIdDataContainer< ESM::Potion >& CSMWorld::RefIdData::getPotions() const
|
||||||
|
{
|
||||||
|
return mPotions;
|
||||||
|
}
|
||||||
|
@ -223,6 +223,7 @@ namespace CSMWorld
|
|||||||
//RECORD CONTAINERS ACCESS METHODS
|
//RECORD CONTAINERS ACCESS METHODS
|
||||||
const RefIdDataContainer<ESM::Book>& getBooks() const;
|
const RefIdDataContainer<ESM::Book>& getBooks() const;
|
||||||
const RefIdDataContainer<ESM::Activator>& getActivator() const;
|
const RefIdDataContainer<ESM::Activator>& getActivator() const;
|
||||||
|
const RefIdDataContainer<ESM::Potion>& getPotions() const;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user