Description
Wiki Description
Checks to see if movement controls are currently enabled or not.
Documentation Comment
Are the movement controls enabled?
Caveats
Examples
; Can the player move?
if Game.IsMovementControlsEnabled()
Debug.Trace("Player can move!")
endIfAuto-Generated Example
bool returnedValue = Game.IsMovementControlsEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
