IsPlayerReloading

From Onset Developer Wiki
Revision as of 14:48, 26 June 2021 by FlyingFork (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
IsPlayerReloading

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

Description

Check if a player is reloading a gun or not.

Syntax

IsPlayerReloading(player)

Parameters

  • player
    The player identifier.

Return Value

  • Returns true on success.

Example

print("Reloading: " .. IsPlayerReloading(player) and "Yes" or "No")

See also