Difference between revisions of "NvcCopyChild"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Speedo
(Created)
 
imported>Speedo
(updated)
Line 4: Line 4:
A command for [[:Category:NVC|NVC]].
A command for [[:Category:NVC|NVC]].


  (success:bool) nvcCopyChild source:ContainerID target:ContainerID location:string
  (success:bool) nvcCopyChild source:ContainerID target:ContainerID ''location:string''
                             ''stringsource:int locationStrID:int''
                             ''location:string_var''
 
'''Note:''' All parameters should be on the same line.
'''Note:''' All parameters should be on the same line.



Revision as of 10:16, 14 November 2008



A command for NVC.

(success:bool) nvcCopyChild source:ContainerID target:ContainerID location:string
                            location:string_var

Note: All parameters should be on the same line.

Copies a child container and all of its contents from one container to another.

  • Returns 1 if the copy is successful.