Difference between revisions of "GetWeaponBaseDamage"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
(looks okay, removing tag)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetWeaponBaseDamage
 
|name=GetWeaponBaseDamage

Revision as of 18:43, 2 March 2010

This function gets the Weapon Base Damage from the Combat Interaction data on oAttacker

int GetWeaponBaseDamage(
object oAttacker,
int nRightHandWeapon = TRUE
);
Parameters:
oAttacker
the creature whose combat interaction data we are querying
nRightHandWeapon
TRUE by default, set to FALSE to return the left hand weapon value
Returns:

Returns the Weapon Base Damage from the combat interaction data of oAttacker

Source:

script.ldf

Description

This function gets the Weapon Base Damage from the Combat Interaction data on oAttacker


See also

GetWeaponBaseDamage