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| | {{FuncDescription|Check if a player is aiming or not.}} | ||
{{FuncSyntax|IsPlayerAiming(player)}} | {{FuncSyntax|IsPlayerAiming(player)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|player| | {{FuncParam|player|The player identifier.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns '''true''' on success.}} | ||
== Example == | == Example == | ||
<syntaxhighlight> | |||
-- code | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[IsPlayerTalking]] | |||
* [[IsPlayerAiming]] |
Revision as of 14:25, 17 November 2019
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