Credits to FFACETOOLS.
More...
|
void | GoToPos (float x, float y, float z) |
| Heads to a given coordinate More...
|
|
void | StartRecordingCoordinates (string filename=null, int delay=400) |
| Starts a thread recording waypoint. More...
|
|
List< Coords > | StopRecordingWaypoint () |
| Stops the recording of Waypoint and return the list of coordinates if you wish to process them. The waypoint is saved to file regardless. More...
|
|
void | PlayWaypoint (string filename=null, List< Coords > list=null) |
| Plays a pre-recorded waypoint file (XML) or a list of coordinates. It cannot handles both. More...
|
|
bool | PauseWaypoint () |
| This pauses the playWaypoint thread. Sets pause to true or false depending on current value. More...
|
|
void ffxivlib.MovementHelper.GoToPos |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
Heads to a given coordinate
- Parameters
-
bool ffxivlib.MovementHelper.PauseWaypoint |
( |
| ) |
|
This pauses the playWaypoint thread. Sets pause to true or false depending on current value.
- Returns
- Value of pause after this call.
void ffxivlib.MovementHelper.PlayWaypoint |
( |
string |
filename = null , |
|
|
List< Coords > |
list = null |
|
) |
| |
Plays a pre-recorded waypoint file (XML) or a list of coordinates. It cannot handles both.
- Parameters
-
filename | File to read waypoint from |
list | List of coordinates |
void ffxivlib.MovementHelper.StartRecordingCoordinates |
( |
string |
filename = null , |
|
|
int |
delay = 400 |
|
) |
| |
Starts a thread recording waypoint.
- Parameters
-
filename | Filename to save waypoint to. |
delay | Delay in ms between coordinates (default: 400) |
List<Coords> ffxivlib.MovementHelper.StopRecordingWaypoint |
( |
| ) |
|
Stops the recording of Waypoint and return the list of coordinates if you wish to process them. The waypoint is saved to file regardless.
- Returns
- List of coordinates
The documentation for this class was generated from the following file: