| sk.robotics.robot | classes |
function robot_moveto | ^ |
High-level command that will move the robot to specified coordinates from its current position.
- Source:
- robotdll/robotdll.h:1166
- Author:
- Version:
- latest version
- Params:
id robot object handle x new x-coordinate for the robot y new y-coordinate for the robot - See Also:
- robot_pos, robot_setsimpos
- Code:
public ROBOTDLL_API void robot_moveto (short id ,short x ,short y )