Difference between revisions of "SignalDamage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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