Entity::isPlayingAnim

From RAGE Multiplayer Wiki
Revision as of 16:19, 4 January 2018 by Ragempdev (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

See also Player::IS_SCRIPTED_SCENARIO_Player_USING_CONDITIONAL_ANIM 0x6EC47A344923E1ED 0x3C30B447

Taken from ENTITY::IS_ENTITY_PLAYING_ANIM(PLAYER::PLAYER_Player_ID(), '[email protected]@move', 'attack_player', 3)

p4 is always 3 in the scripts.

Syntax

entity.isPlayingAnim(animDict, animName, p4);

Required Arguments

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

Return value

  • Boolean

Example

// todo

See also