Difference between revisions of "GetArraySize"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fix missing returndesc)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetArraySize
 
|name=GetArraySize
Line 7: Line 6:
 
|param1desc=array whose size we check
 
|param1desc=array whose size we check
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=the size of an array, 0 if the array is empty.
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 17:25, 29 July 2009

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.