NvcSetXXX

From the Oblivion ConstructionSet Wiki
Revision as of 09:59, 14 November 2008 by imported>Speedo
Jump to navigation Jump to search



A command for NVC.

(success:bool) nvcSetInt value:int ContainerID key:string location:string
               key:string_var location:string_var

(success:bool) nvcSetFloat value:float ContainerID key:string location:string
               key:string_var location:string_var

(success:bool) reference.nvcSetRef value:ref ContainerID key:string location:string
               key:string_var location:string_var

Note: All parameters should be on the same line.

Sets a value in a container. If the value does not exist, it will be created.

  • Returns 1 if the set was successful.