ClearCreatureProperties

From Dragon Age Toolset Wiki
Jump to: navigation, search

Clears all the properties on a creature

void ClearCreatureProperties(
object oCreature
);
Parameters:
oCreature
the creature whose properties will be cleared
Returns:

Nothing.

Source:

script.ldf

Description

Health will be set to 1. All other properties will be set to 0.

This function will NOT generate any events due to the properties changing. It is a hard coded function meant to be used when creating a character.