IsPlayerPlayingAnimation

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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__