Chargen SelectCoreClass

From Dragon Age Toolset Wiki
Revision as of 23:07, 31 August 2011 by Sunjammer (Talk | contribs) (Fixing links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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, to reset the character, or FALSE
Returns:

Nothing.

Source:

Core Game Resources.sys_chargen_h

Description

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