IsPlayerPlayingAnimation: Difference between revisions

From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0.3}} {{FuncDescription|Detect if the player current plays an animation from SetPlayerAnimation.}} {{FuncSyntax|IsPlayerPlayingAnimation(player)..."
 
(No difference)

Latest revision as of 20:07, 18 January 2020

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__