NonAIFighter Class

Fight Game AI Demo

NonAIFighter Class
NoN-AI-Fighter sub-class of fighter class, inherits propperties from Fighter class
Inheritance Hierarchy
SystemObject  FightGameAIDemo.Fighter_ClassesFighter
    FightGameAIDemo.Fighter_ClassesNonAIFighter

Namespace: FightGameAIDemo.Fighter_Classes
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class NonAIFighter : Fighter

The NonAIFighter type exposes the following members.

Constructors
  NameDescription
Public methodNonAIFighter
Initializes a new instance of the NonAIFighter class.
Top
Properties
  NameDescription
Public propertyAttack
Gets or sets the attack.
(Inherited from Fighter.)
Public propertyBlocking
Gets or sets a value indicating whether this Fighter is blocking.
(Inherited from Fighter.)
Public propertyCrouching
Gets or sets a value indicating whether this Fighter is crouching.
(Inherited from Fighter.)
Public propertyHealth
Gets or sets the health of the fighter.
(Inherited from Fighter.)
Public propertyNumber
Gets or sets the number of the fighter.
(Inherited from Fighter.)
Public propertyType
Gets or sets the type of the fighter.
(Inherited from Fighter.)
Top
Methods
  NameDescription
Public methodGenAttack
Generates the attack of the fighter.
(Inherited from Fighter.)
Public methodToString
Returns a String that represents this instance.
(Inherited from Fighter.)
Top
Fields
  NameDescription
Private fieldattack
The attack
(Inherited from Fighter.)
Private fieldhealth
The health of fighter
(Inherited from Fighter.)
Private fieldisBlocking
The state of blocking for the fighter
(Inherited from Fighter.)
Private fieldisCrouching
The state of crouching for the fighter
(Inherited from Fighter.)
Private fieldnumber
The number of the fighter
(Inherited from Fighter.)
Private fieldtype
The type of fighter
(Inherited from Fighter.)
Top
See Also

Reference

[!:FightGameAIDemo.Fighter]