OnPlayerCrouch: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|OnPlayerCrouch()}} == Example == __EDIT_ME__ {{RelatedFunctions}} {{ClientEvents}}" |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Info|Event|Client|1.0}} | {{Info|Event|Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Called when the local player starts crouching. Can be called by returning '''false'''.}} | ||
{{FuncSyntax|OnPlayerCrouch()}} | {{FuncSyntax|OnPlayerCrouch()}} | ||
Line 9: | Line 9: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{ | {{PlayerClientEvents}} |
Latest revision as of 22:45, 27 October 2020
Description
Called when the local player starts crouching. Can be called by returning false.
Syntax
OnPlayerCrouch()
Example
__EDIT_ME__