CombatAttackResultStruct

From Dragon Age Toolset Wiki
Jump to: navigation, search

Attack Result struct, used by Combat_PerformAttack*

struct CombatAttackResultStruct{
int nAttackResult;
int nDeathblowType;
float fAttackDuration;
effect eImpactEffect;
};
Members:
nAttackResult
a COMBAT_RESULT_* constant
nDeathblowType
[Undocumented]
fAttackDuration
duration of the aim loop for ranged weapons
eImpactEffect
impact effect
Source:

Core Game Resources.combat_h