Chargen ApplyClassAbilities

From Dragon Age Toolset Wiki
Jump to: navigation, search

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 Game Resources.sys_chargen_h

Description

Reads the class from cla_base.xls and applies it.