Home
last modified time | relevance | path

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

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Dnpcanimation.cpp272 …if (mNpcType == Type_Vampire && cls.getNpcStats(mPtr).isDead() && !cls.getNpcStats(mPtr).isWerewol… in getNpcType()
273 return mNpcType; in getNpcType()
334 mNpcType(getNpcType(ptr)), in NpcAnimation()
587 if (curType != mNpcType) in updateParts()
589 mNpcType = curType; in updateParts()
1157 if (mNpcType == Type_Werewolf) // we can't have werewolf vampires, can we in setVampire()
1159 if ((mNpcType == Type_Vampire) != vampire) in setVampire()
H A Dnpcanimation.hpp65 NpcType mNpcType; member in MWRender::NpcAnimation