![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
Simple waypoint AI. More...
#include "Application.h"#include "RefCountingObject.h"#include "scriptdictionary/scriptdictionary.h"#include <string>Go to the source code of this file.
Data Structures | |
| class | RoR::VehicleAI |
Namespaces | |
| RoR | |
Enumerations | |
| enum | RoR::Ai_events { RoR::AI_HORN, RoR::AI_LIGHTSTOGGLE, RoR::AI_WAIT_SECONDS, RoR::AI_BEACONSTOGGLE } |
| Enum with AI events. More... | |
| enum | RoR::Ai_values { RoR::AI_SPEED, RoR::AI_POWER } |
| Enum with AI values that can be set. More... | |
1.8.17