Difference between revisions of "DEPRECATED GetCreatureStrengthModifier"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=DEPRECATED_GetCreatureStrengthModifier
 
|name=DEPRECATED_GetCreatureStrengthModifier
Line 27: Line 26:
 
[[GetCreatureStrengthModifier]]
 
[[GetCreatureStrengthModifier]]
 
[[Category: Spells and combat functions]]
 
[[Category: Spells and combat functions]]
 +
[[Category:Deprecated functions]]

Latest revision as of 19:53, 25 February 2010

This function gets the Creature Strength Modifier from the Combat Interaction data on oAttacker

int DEPRECATED_GetCreatureStrengthModifier(
object oAttacker
);
Parameters:
oAttacker
the creature whose combat interaction data we are querying
Returns:

Returns the Creature Strength Modifier from the combat interaction data of oAttacker

Source:

script.ldf

Description

Georg: This function was deprecated This function gets the Creature Strength Modifier from the Combat Interaction data on oAttacker


See also

GetCreatureStrengthModifier