Difference between revisions of "GetM2DAColumns"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetM2DAColumns
 
|name=GetM2DAColumns

Latest revision as of 18:49, 2 March 2010

Returns the number of columns in the specified 2da.

int GetM2DAColumns(
int n2DA
);
Parameters:
n2DA
The 2DA to access
Returns:

Returns the number of columns in the 2DA, returns 0 on error.

Source:

script.ldf

Description

Returns the number of columns in the specified 2da.


See also

Get2DARows