EnablePlayerControls

From the CreationKit Wiki
Jump to navigation Jump to search

Description[edit | edit source]

EnablePlayerControls enables the player's controls after use of DisablePlayerControls.

Syntax[edit | edit source]

EnablePlayerControls([MovementFlag][, FightingFlag][, POVFlag][, LookingFlag][, SneakingFlag][, MenuFlag][, ActivateFlag])

Where each Flag is a boolean value (either 0 or False, either 1 or True). Default (no parameters) is equivalent to:

EnablePlayerControls(1, 1, 1, 1, 1, 1, 1)

Examples[edit | edit source]

EnablePlayerControls()

Player's controls are completely enabled

EnablePlayerControls(1, 1, 0)

Turns back on ability to move and fighting, but not to POV, Looking... (assuming they were currently disabled)

Notes[edit | edit source]


See Also[edit | edit source]

DisablePlayerControls
GetPlayerControlsDisabled


Papyrus Version[edit | edit source]

EnablePlayerControls - Game