MyDungeon Documentation
![]() | PlayerDungeonControllerAttemptMove Method |
Attempts to move the player and ends the player's turn if they moved
Namespace: MyDungeon.Controllers
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
protected override void AttemptMove( int xDir, int yDir )
Parameters
- xDir
- Type: SystemInt32
The X direction the player is attempting to move in - yDir
- Type: SystemInt32
The Y direction the player is attempting to move in
