Home
last modified time | relevance | path

Searched refs:partStore (Results 1 – 2 of 2) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Dnpcanimation.cpp86 const MWWorld::Store<ESM::BodyPart> &partStore = store.get<ESM::BodyPart>(); in getShieldBodypartMesh() local
100 const ESM::BodyPart *bodypart = partStore.search(bodypartName); in getShieldBodypartMesh()
900 const MWWorld::Store<ESM::BodyPart> &partStore = store.get<ESM::BodyPart>(); in addPartGroup() local
908 bodypart = partStore.search(part.mFemale+ext); in addPartGroup()
911 bodypart = partStore.search(part.mFemale); in addPartGroup()
923 bodypart = partStore.search(part.mMale+ext); in addPartGroup()
926 bodypart = partStore.search(part.mMale); in addPartGroup()
H A Dactoranimation.cpp95 const MWWorld::Store<ESM::BodyPart> &partStore = store.get<ESM::BodyPart>(); in getShieldMesh() local
103 const ESM::BodyPart *bodypart = partStore.search(part.mMale); in getShieldMesh()