Chargen ModifyCreaturePropertyBase

From Dragon Age Toolset Wiki
Revision as of 12:58, 24 August 2011 by Sunjammer (Talk | contribs) (Fixing headings)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 Game Resources.sys_chargen_h

Description

Function to modify the baseproperty of a creature.