Ar Packed

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns 1 if the specified array is packed (a regular array), or 0 if not (a map). Useful when using an array_var defined in another plugin. Added by NVSE 5.0.1.

Syntax

[help]
(bool) Ar_Packed Target:array 

See Also

  • TypeOf is a more versatile function which can perform the same task.