Home
last modified time | relevance | path

Searched refs:GetWalkSound (Results 1 – 4 of 4) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DCharAnimations.h218 const ieResRef &GetWalkSound() const;
H A DCharAnimations.cpp160 const ieResRef &CharAnimations::GetWalkSound() const in GetWalkSound() function in GemRB::CharAnimations
/dports/games/allacrost/allacrost-1.0.2/src/editor/
H A Dsprites.h602 int8 GetWalkSound() const in GetWalkSound() function
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.cpp4855 strnuprcpy(Sound, anims->GetWalkSound(), sizeof(ieResRef)-1 ); in PlayWalkSound()