Home
last modified time | relevance | path

Searched refs:GetTotalPartCount (Results 1 – 3 of 3) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DCharAnimations.h200 int GetTotalPartCount() const;
H A DCharAnimations.cpp199 int CharAnimations::GetTotalPartCount() const in GetTotalPartCount() function in GemRB::CharAnimations
728 int partCount = GetTotalPartCount(); in DropAnims()
1027 int partCount = GetTotalPartCount(); in GetAnimation()
1285 if (GetTotalPartCount() <= 0 || IE_ANI_TWENTYTWO != GetAnimType()) { in GetShadowAnimation()
1317 int partCount = GetTotalPartCount(); in GetShadowAnimation()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.cpp8367 const auto count = anims->GetTotalPartCount(); in AdvanceAnimations()