| OpenEnroth 9cf7432
    | 
| Functions | |
| void | pushMeleeAttack (Pid pid, Vec3f pos, ActorAbility ability) | 
| void | pushAoeAttack (Pid pid, float aoeDistance, Vec3f pos, ActorAbility ability) | 
| Variables | |
| std::vector< AttackDescription > | attackList | 
| void pushAoeAttack | ( | Pid | pid, | 
| float | aoeDistance, | ||
| Vec3f | pos, | ||
| ActorAbility | ability | ||
| ) | 
Register damaging AOE spell impact.
| pid | Pidof an AOE spell. | 
| aoeDistance | Damaging distance of spell relative to point of impact. | 
| pos | Point of impact. | 
| ability | ??? | 
| void pushMeleeAttack | ( | Pid | pid, | 
| Vec3f | pos, | ||
| ActorAbility | ability | ||
| ) | 
Register melee attack performed by an actor.
| pid | Pidof attacker. | 
| pos | Position of an attacker. | 
| ability | ??? | 
| std::vector<AttackDescription> attackList |