Update3D

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Updates the 3D visual representation of the calling reference, which is useful to reflect changes to its models or textures.

Syntax

[help]
(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.

See Also