Difference between revisions of "SignalDamage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SignalDamage
 
|name=SignalDamage

Latest revision as of 19:29, 2 March 2010

Indicate to the engine that the TARGET creature has taken damage from the SOURCE creature. This is so the GUI can display indicators when PC's take damage from off screen enemies.

void SignalDamage(
object oSource,
object oTarget
);
Parameters:
oSource
The creature that inflicted the damage
oTarget
The creature that was damaged
Returns:

Nothing.

Source:

script.ldf