| GameAISetStatus Method |
Refresh player status
Namespace:
INF1771_GameAI
Assembly:
INF1771_GameAI (in INF1771_GameAI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetStatus(
int x,
int y,
string dir,
string state,
long score,
int energy
)
public:
void SetStatus(
int x,
int y,
String^ dir,
String^ state,
long long score,
int energy
)
Parameters
- x
- Type: SystemInt32
player position x - y
- Type: SystemInt32
player position y - dir
- Type: SystemString
player direction - state
- Type: SystemString
player state - score
- Type: SystemInt64
player score - energy
- Type: SystemInt32
player energy
See Also