GetArraySize

From Dragon Age Toolset Wiki
Revision as of 17:25, 29 July 2009 by BryanDerksen (Talk | contribs) (fix missing returndesc)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gets the size of an array

int GetArraySize(
any array
);
Parameters:
array
array whose size we check
Returns:

the size of an array, 0 if the array is empty.

Source:

script.ldf

Description

Returns the size of an array, 0 if the array is empty.