NvcCopyXXX
Jump to navigation
Jump to search
A command for NVC.
(success:bool) nvcCopyInt source:ContainerID target:ContainerID key:string location:string key:string_var location:string_var ... 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.