SetIgnoreMoveInput: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Info|Function|Client|1.0}} | {{Info|Function|Client|1.0}} | ||
{{FuncDescription|This function ignores the player input, basically freezing | {{FuncDescription|This function ignores the player input, basically freezing.}} | ||
{{FuncSyntax|SetIgnoreMoveInput(bIgnore)}} | {{FuncSyntax|SetIgnoreMoveInput(bIgnore)}} | ||
Line 8: | Line 8: | ||
{{FuncParam|bIgnore|The boolean ignore status}} | {{FuncParam|bIgnore|The boolean ignore status}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns nothing.}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
*[[SetInputMode]] | |||
*[[IsCtrlPressed]] | |||
*[[IsShiftPressed]] | |||
*[[IsAltPressed]] | |||
*[[IsCmdPressed]] | |||
*[[SetIgnoreMoveInput]] | |||
*[[SetIgnoreLookInput]] | |||
*[[SetControlRotation]] | |||
*[[GetInputAxisValue]] |
Latest revision as of 20:13, 2 September 2020
Description
This function ignores the player input, basically freezing.
Syntax
SetIgnoreMoveInput(bIgnore)
Parameters
- bIgnore
The boolean ignore status
Return Value
- Returns nothing.
Example
__EDIT_ME__