Background for Fallout 4
Member of the Actor script
voidfunctionQueueUpdate(boolbDoEquipment=false, intflags=0)Native

[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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.