Difference between revisions of "Chargen SelectCoreClass"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(created)
 
Line 16: Line 16:
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=
|sourcefile=core_h
+
|sourcefile=sys_chargen_h
 
|sourcemodule=core
 
|sourcemodule=core
 
}}
 
}}

Revision as of 10:45, 28 February 2011

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