IsPlayerAiming: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 11: Line 11:


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight>
<syntaxhighlight>
-- code
-- code

Revision as of 10:47, 1 September 2020

IsPlayerAiming

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Check if a player is aiming or not.

Syntax

IsPlayerAiming(player)

Parameters

  • player
    The player identifier.

Return Value

  • Returns true on success.

Example

__EDIT_ME__

-- code

See also