Fighter.Blocking Property

Fight Game AI Demo

FighterBlocking Property
Gets or sets a value indicating whether this Fighter is blocking.

Namespace: FightGameAIDemo.Fighter_Classes
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Blocking { get; set; }

Property Value

Type: Boolean
true if blocking; otherwise, false.
See Also