IsPlayerAiming: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Info|Function|Server & Client|1.0}}
{{Info|Function|Server & Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Check if a player is aiming or not.}}


{{FuncSyntax|IsPlayerAiming(player)}}
{{FuncSyntax|IsPlayerAiming(player)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|player|__EDIT_ME__}}
{{FuncParam|player|The player identifier.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns '''true''' on success.}}


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


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[IsPlayerTalking]]
* [[IsPlayerAiming]]

Revision as of 14:25, 17 November 2019

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

-- code

See also