Added waypoint support to the plugin.
- The plugin now supports drawing a series of waypoints in the world. - The plugin supports add, remove, and clear operations - Add and remove take a list of waypoints - Clear removes all waypoints
This commit is contained in:
@@ -216,6 +216,8 @@ PLUGIN_API int XPluginEnable(void)
|
||||
sprintf(logmsg,"[EXEC] Debug Enabled (Verbosity: %i)",debugSwitch);
|
||||
updateLog(logmsg,strlen(logmsg));
|
||||
}
|
||||
|
||||
XPCSetMessage(20, 700, "TEST");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user