- Found in:
- F4SE
[DEV SERVER] Loading description...
Caveats
CK Wiki - Notes
- Using zero flag is very expensive, to update only the body use `0xC` flag.
Parameters
boolbDoEquipment=false
CK Wiki Description
Specifies the update flag to use.
intflags=0
Examples
Game.GetPlayer().QueueUpdate()Auto-Generated Example
bool myBool__bDoEquipment
int myInt__flags
myActor__toCallFunctionOn.QueueUpdate(myBool__bDoEquipment, myInt__flags)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
