mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 08:56:10 -04:00
Added getCreatures
This commit is contained in:
parent
16af9e6986
commit
32046070d5
@ -266,3 +266,8 @@ const CSMWorld::RefIdDataContainer< ESM::Container >& CSMWorld::RefIdData::getCo
|
|||||||
{
|
{
|
||||||
return mContainers;
|
return mContainers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const CSMWorld::RefIdDataContainer< ESM::Creature >& CSMWorld::RefIdData::getCreatures() const
|
||||||
|
{
|
||||||
|
return mCreatures;
|
||||||
|
}
|
||||||
|
@ -228,6 +228,7 @@ namespace CSMWorld
|
|||||||
const RefIdDataContainer<ESM::Armor>& getArmors() const;
|
const RefIdDataContainer<ESM::Armor>& getArmors() const;
|
||||||
const RefIdDataContainer<ESM::Clothing>& getClothing() const;
|
const RefIdDataContainer<ESM::Clothing>& getClothing() const;
|
||||||
const RefIdDataContainer<ESM::Container>& getContainers() const;
|
const RefIdDataContainer<ESM::Container>& getContainers() const;
|
||||||
|
const RefIdDataContainer<ESM::Creature>& getCreatures() const;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user