IGameWorld.SetUp Method

Fight Game AI Demo

IGameWorldSetUp Method
Set up the fighters for the fight.

Namespace: FightGameAIDemo
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void SetUp(
	bool isBlocking,
	bool isCrouched,
	int torn_size,
	int pop_size
)

Parameters

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