QueueUpdate - Actor
Jump to navigation
Jump to search
F4SE Member of: Actor Script
Requires F4SE version 0.3.1 or higher.
Updates the entire actor from the ground-up.
Syntax[edit | edit source]
Function QueueUpdate(bool bFacegen = false, int flags = 0) Native
Parameters[edit | edit source]
- bFacegen: Whether to use facegen or not.
- flags: Specifies the update flag to use.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
Game.GetPlayer().QueueUpdate()
Notes[edit | edit source]
- Using zero flag is very expensive, to update only the body use `0xC` flag.