Background for Skyrim SE
Member of the Trash_PlayerControl script
voidfunctionSetMoveDisabled(bool_Disabled=false, intflag=-1)NativeGlobal

Description

Documentation Comment

|flag = 0 -X | flag =1 -Y | other = -X&&Y


Caveats


Parameters

bool_Disabled=false

intflag=-1


Examples

Auto-Generated Example

bool myBool___Disabled
int myInt__flag

Trash_PlayerControl.SetMoveDisabled(myBool___Disabled, myInt__flag)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.