![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
#include "DashBoardManager.h"#include "Actor.h"#include "Application.h"#include "CacheSystem.h"#include "Console.h"#include "GenericFileFormat.h"#include "ScriptEngine.h"#include "Utils.h"Go to the source code of this file.
Data Structures | |
| struct | DashCandidateLayout |
Macros | |
| #define | INITDATA(key, type, name) data[key] = dashData_t(type, name) |
Functions | |
| static int | DashRPM (const std::string &input) |
| static char | DashXPH (const std::string &input) |
Variables | |
| constexpr int | DASHTAG_RPM_NONE = -1 |
| constexpr char | DASHTAG_XPH_NONE = '\0' |
| const float | DASH_SMOOTHING = 0.02 |
Definition in file DashBoardManager.cpp.
| #define INITDATA | ( | key, | |
| type, | |||
| name | |||
| ) | data[key] = dashData_t(type, name) |
Definition at line 39 of file DashBoardManager.cpp.
|
static |
Definition at line 214 of file DashBoardManager.cpp.
|
static |
Definition at line 225 of file DashBoardManager.cpp.
| const float DASH_SMOOTHING = 0.02 |
Definition at line 622 of file DashBoardManager.cpp.
|
constexpr |
Definition at line 211 of file DashBoardManager.cpp.
|
constexpr |
Definition at line 212 of file DashBoardManager.cpp.