Difference between revisions of "Chargen ModifyCreaturePropertyBase"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(created)
 
m (Changed category)
Line 35: Line 35:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:Undocumented]]
+
[[Category:Uncategorised functions]]

Revision as of 15:34, 11 June 2011

Modifiers a creature property base value by a given number

void Chargen_ModifyCreaturePropertyBase(
object oChar,
int nProperty,
float fModifyBy
);
Parameters:
oChar
Affected charakter.
nProperty
The property to modifiy (see PROPERTY*).
fModifyBy
The value by which the property is modified.
Returns:

Nothing.

Source:

Core Resources.sys_chargen_h

Function to modify the baseproperty of a creature.