GetArraySize

From Dragon Age Toolset Wiki
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.