Chargen ApplyClassAbilities

From Dragon Age Toolset Wiki
Revision as of 12:59, 24 August 2011 by Sunjammer (Talk | contribs) (Fixing parameters, adding category)

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.