Difference between revisions of "Chargen ApplyClassAbilities"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(created)
(No difference)

Revision as of 10:55, 28 February 2011

Applies the abilities granted to a character because of picking a class.

void Chargen_ApplyClassAbilities(
object oChar,
int nClass,
int bUnApply = FALSE
);
Parameters:
oChar
The character.
nClass
Represents the Row of the M2DA_base.
bUnApply
Whether to apply (default) or unapply the modifier.
Returns:

Nothing.

Source:

core.sys_chargen_h

Reads the class from cla_base.xls and applies it.

Remarks

See also