Entity::isPlayingAnim

From RAGE Multiplayer Wiki
Revision as of 23:41, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

See also Player::IS_SCRIPTED_SCENARIO_Player_USING_CONDITIONAL_ANIM 0x6EC47A344923E1ED 0x3C30B447

Taken from ENTITY::IS_ENTITY_PLAYING_ANIM(PLAYER::PLAYER_Player_ID(), 'creatures@shark@move', 'attack_player', 3)

p4 is always 3 in the scripts.

Animations List : www.ls-multiplayer.com/dev/index.php?section=3

Syntax

entity.isPlayingAnim(animDict, animName, p4);

Required Arguments

  • animDict: String
  • animName: String
  • p4: int

Return value

  • Boolean

Example

// todo

See also