Difference between revisions of "NvcChildExists"
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]]. | ||
(exists:bool) nvcChildExists ContainerID location:string '' | (exists:bool) nvcChildExists ContainerID location:string ''location:string_var'' | ||
Checks if a child location exists within a container. | Checks if a child location exists within a container. |
Revision as of 10:04, 14 November 2008
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.
(exists:bool) nvcChildExists ContainerID location:string location:string_var
Checks if a child location exists within a container.
- Returns 1 if the child exists.