Difference between revisions of "Chargen ApplyClassAbilities"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Fixing parameters, adding category)
m
 
Line 19: Line 19:
 
|sourcemodule  = Core Game Resources
 
|sourcemodule  = Core Game Resources
 
}}
 
}}
 
 
== Description ==
 
== Description ==
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
Line 29: Line 28:
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
 
[[Category:Uncategorised function]]
 
[[Category:Uncategorised function]]

Latest revision as of 23:13, 31 August 2011

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.