NvcCopyXXX

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



A command for NVC.

(success:bool) nvcCopyInt source:ContainerID target:ContainerID key:string location:string
                          stringsource:int keyStrID:int locationStrID:int
... nvcCopyFloat ...
... nvcCopyRef ...

Note: All parameters should be on the same line.

Copies a value from one container to another. nvcCopyFloat and nvcCopyRef take the same parameters as nvcCopyInt.

  • Returns 1 if the copy is successful.