Home
last modified time | relevance | path

Searched refs:AED_SABER_SWING_PROBABILITY (Results 1 – 6 of 6) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dbg_public.h520 #define AED_SABER_SWING_PROBABILITY 2 macro
H A DNPC_stats.cpp619 …animEvents[curAnimEvent].eventData[AED_SABER_SWING_PROBABILITY] = animEvents[curAnimEvent].eventDa… in ParseAnimationEvtBlock()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_public.h347 #define AED_SABER_SWING_PROBABILITY 2 macro
H A Dbg_panimate.c1976 …animEvents[curAnimEvent].eventData[AED_SABER_SWING_PROBABILITY] = animEvents[curAnimEvent].eventDa… in ParseAnimationEvtBlock()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_players.cpp1309 if (!animEvents[i].eventData[AED_SABER_SWING_PROBABILITY]) // 100% in CG_PlayerAnimEvents()
1313 else if (animEvents[i].eventData[AED_SABER_SWING_PROBABILITY] > Q_irand(0, 99) ) in CG_PlayerAnimEvents()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_players.c2657 if (!animEvents[i].eventData[AED_SABER_SWING_PROBABILITY]) // 100% in CG_PlayerAnimEvents()
2661 else if (animEvents[i].eventData[AED_SABER_SWING_PROBABILITY] > Q_irand(0, 99) ) in CG_PlayerAnimEvents()