GetM2DAColumns

From Dragon Age Toolset Wiki
Revision as of 18:49, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

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

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