QueueUpdate - Actor
F4SE Member of: Actor Script
Requires F4SE version 0.3.1 or higher.
Updates the entire actor from the ground-up.
SyntaxEdit
Function QueueUpdate(bool bFacegen = false, int flags = 0) Native
ParametersEdit
- bFacegen: Whether to use facegen or not.
- flags: Specifies the update flag to use.
Return ValueEdit
None.
ExamplesEdit
Game.GetPlayer().QueueUpdate()
NotesEdit
- Using zero flag is very expensive, to update only the body use `0xC` flag.