INF1771_GameAI
INF1771_GameAI
INF1771_GameAI
GameAI Class
GameAI Methods
GetAllAdjacentPositions Method
GetDecision Method
GetObservableAdjacentPositions Method
GetObservations Method
GetObservationsClean Method
GetPlayerPosition Method
NextPosition Method
SetPlayerPosition Method
SetStatus Method
GameAI
GetObservations Method
Observations received
Namespace:
INF1771_GameAI
Assembly:
INF1771_GameAI (in INF1771_GameAI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
C++
Copy
public
void
GetObservations
(
List
<
string
>
o
)
public
:
void
GetObservations
(
List
<
String
^>^
o
)
Parameters
o
Type:
System.Collections.Generic
List
String
list of observations
See Also
Reference
GameAI Class
INF1771_GameAI Namespace