Home
last modified time | relevance | path

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

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScript.h195 ANIM_BARE_STRIKE_BOTTOM = (ANIM_BARE_READY+14), enumerator
197 ANIM_1H_READY_PART_1 = (ANIM_BARE_STRIKE_BOTTOM+1),
H A DScriptedAnimation.cpp609 animations["bare_strike_bottom"] = ANIM_BARE_STRIKE_BOTTOM; in initAnimationNumbers()