Binding of RoR::VehicleAI; Vehicle driving AI using waypoints.
bool isActive()
Returns the status of the AI.
void setValueAtWaypoint(string const &in id, int value_id, float value)
Sets a value at a waypoint.
vector3 getTranslation(int offset, unsigned int wp)
Gets offset translation based on vehicle rotation and waypoints.
void setActive(bool value)
Activates/Deactivates the AI.
void addEvent(string const &in id, int ev)
Adds a event.
void addWaypoint(string const &in id, vector3 const &in pos)
Adds one waypoint.
void addWaypoints(dictionary &in d)
Adds a dictionary with waypoints.
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.