GetM2DAColumns

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