| GameAISetPlayerPosition Method |
Set player position
Namespace:
INF1771_GameAI
Assembly:
INF1771_GameAI (in INF1771_GameAI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetPlayerPosition(
int x,
int y
)
public:
void SetPlayerPosition(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
x position - y
- Type: SystemInt32
y position
See Also