IsPlayerAiming

From Onset Developer Wiki
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

print("Aiming: " .. IsPlayerAiming(player) and "Yes" or "No")

See also