SetIgnoreMoveInput: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
{{FuncParam|bIgnore|The boolean ignore status}}
{{FuncParam|bIgnore|The boolean ignore status}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns nothing.}}


== Example ==
== Example ==
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
*[[SetInputMode]]
*[[IsCtrlPressed]]
*[[IsShiftPressed]]
*[[IsAltPressed]]
*[[IsCmdPressed]]
*[[SetIgnoreMoveInput]]
*[[SetIgnoreLookInput]]
*[[SetControlRotation]]
*[[GetInputAxisValue]]

Latest revision as of 20:13, 2 September 2020

SetIgnoreMoveInput

Type: Function
Context: Client
Introduced: v1.0

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__

See also