Difference between revisions of "NvcDelXXX"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Speedo
m
imported>Speedo
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Beta}}
__NOTOC__
__NOTOC__


A command for [[:Category:NVC|NVC]].
A command for [[:Category:NVC|NVC]].


  (success:bool) nvcDelInt ContainerID key:string location:string ''stringsource:int''
  (success:bool) nvcDelInt ContainerID key:string location:string ''key:string_var''
                           ''keyStrID:int locationStrID:int''
                           ''location:string_var''
   
   
... nvcDelFloat ...
      ...       nvcDelFloat   ...
... nvcDelRef ...
      ...       nvcDelRef     ...


'''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) nvcDelInt ContainerID key:string location:string key:string_var
                         location:string_var

     ...       nvcDelFloat    ...
     ...       nvcDelRef      ...

Note: All parameters should be on the same line.

Deletes a value from a container. nvcDelFloat and nvcDelRef take the same parameters as nvcDelInt.

  • Returns 1 if the deletion is successful.