Update3D
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Updates the 3D visual representation of the calling reference, which is useful to reflect changes to its models or textures.
Syntax
(none) reference.Update3D
Example
SunnyREF.Update3D
Notes
- This function does not work on the player character. Use UpdatePlayer3D, instead.
- Using Update3D on an NPC will cause it to re-evaluate its inventory.
- Using this in a code block that updates frequently (Such as gamemode in object scripts) can cause the object to become invisible, be sure to condition your code properly so that this command doesn't run endlessly.