NonAIFighter Constructor

Fight Game AI Demo

NonAIFighter Constructor
Initializes a new instance of the NonAIFighter class.

Namespace: FightGameAIDemo.Fighter_Classes
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NonAIFighter(
	int num,
	bool isBlocking,
	bool isCrouched
)

Parameters

num
Type: SystemInt32
The number.
isBlocking
Type: SystemBoolean
if set to true [is blocking].
isCrouched
Type: SystemBoolean
if set to true [is crouched].
See Also