Ar Null

From the Fallout3 GECK Wiki
Revision as of 13:38, 3 July 2014 by imported>Odessa (Created page with "{{Function |origin = NVSE |summary = Returns a constant, an invalid array. This is useful if you wish to specify that a variable which previously referred to an array shoul...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns a constant, an invalid array. This is useful if you wish to specify that a variable which previously referred to an array should no longer refer to any array.

Note that redundant arrays which are no longer referenced by any scripts or other arrays are deleted automatically, there is no need to use this function.

Syntax

[help]
(NullArray:array) Ar_Null

See Also