Home
last modified time | relevance | path

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

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DCharAnimations.h219 int GetWalkSoundCount() const;
H A DCharAnimations.cpp166 int CharAnimations::GetWalkSoundCount() const in GetWalkSoundCount() function in GemRB::CharAnimations
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.cpp4851 int cnt = anims->GetWalkSoundCount(); in PlayWalkSound()