forked from mirror/openmw-tes3mp
added getpotions
This commit is contained in:
parent
f69465d7e0
commit
4842c56cb5
2 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue