IsPlayerPlayingAnimation

From Onset Developer Wiki
Revision as of 20:07, 18 January 2020 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0.3}} {{FuncDescription|Detect if the player current plays an animation from SetPlayerAnimation.}} {{FuncSyntax|IsPlayerPlayingAnimation(player)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
IsPlayerPlayingAnimation

Type: Function
Context: Client
Introduced: v1.0.3

Description

Detect if the player current plays an animation from SetPlayerAnimation.

Syntax

IsPlayerPlayingAnimation(player)

Parameters

  • player
    The player identifier.

Return Value

  • Returns true if the player currently is in an animation state.

Example

__EDIT_ME__

See also

__EDIT_ME__