NvcCopyXXX
Revision as of 10:18, 14 November 2008 by imported>Speedo (updated)
Beta Function
This function has not been fully tested yet, and is not ready to be used in a released mod. It may not have the same function in later versions, may require the script to be recompiled, or simply may be removed. Use for testing purposes only until the author of the function says otherwise.
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.