Difference between revisions of "NvcCopyXXX"
Jump to navigation
Jump to search
imported>Speedo m |
imported>Speedo |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Line 5: | Line 4: | ||
(success:bool) nvcCopyInt source:ContainerID target:ContainerID key:string ''location:string'' | (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. | '''Note:''' All parameters should be on the same line. |
Latest revision as of 01:18, 26 November 2008
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.