Chargen SelectCoreClass

From Dragon Age Toolset Wiki
Revision as of 10:45, 28 February 2011 by Yokmp (Talk | contribs)

Jump to: navigation, search

Sets the character's core class.

void Chargen_SelectCoreClass(
object oChar,
int nClass,
int bUnApply = FALSE
);
Parameters:
oChar
The character.
nClass
The ID of the core class (CLASS_*)
bUnApply
TRUE resets the character.
Returns:

Nothing.

Source:

core.sys_chargen_h

Sets the character's core class, including attributes, abilities and stats.

Remarks

See also