IsPlayerPlayingAnimation

From Onset Developer Wiki
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__