OnPlayerCrouch: Difference between revisions

From Onset Developer Wiki
mNo edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Info|Event|Client|1.0}}
{{Info|Event|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Called when the local player starts crouching. Can be called by returning '''false'''.}}


{{FuncSyntax|OnPlayerCrouch()}}
{{FuncSyntax|OnPlayerCrouch()}}

Latest revision as of 22:45, 27 October 2020

OnPlayerCrouch

Type: Event
Context: Client
Introduced: v1.0

Description

Called when the local player starts crouching. Can be called by returning false.

Syntax

OnPlayerCrouch()

Example

__EDIT_ME__

See also