Attack Class
From Fight Game AI Demo
A Sandcastle Documented Class Library
| Attack Class |
base class for the attack types
SystemObject FightGameAIDemo.AttacksAttack
FightGameAIDemo.AttacksKick
FightGameAIDemo.AttacksPunch
FightGameAIDemo.AttacksSpecial
FightGameAIDemo.AttacksKick
FightGameAIDemo.AttacksPunch
FightGameAIDemo.AttacksSpecial
Namespace: FightGameAIDemo.Attacks
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public class Attack
The Attack type exposes the following members.
| Name | Description | |
|---|---|---|
| Damage |
Gets or sets the damage of the attack.
| |
| Distance |
Gets or sets the distance of the attack.
| |
| LowDam |
Gets or sets a value indicating whether [low dam] is true or false.
| |
| Name |
Gets or sets the name of the attack.
|
| Name | Description | |
|---|---|---|
| damage |
The damage of the attack
| |
| distance |
The distance of the attack, effects damage
| |
| lowDam |
The low attack, If true attack hits while defender is crouching
| |
| name |
The name of the attack
|