![]() |
RigsofRods
Soft-body Physics Simulation
|
#include "DashBoardManager.h"
#include "Actor.h"
#include "Application.h"
#include "CacheSystem.h"
#include "Console.h"
#include "GenericFileFormat.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 38 of file DashBoardManager.cpp.
|
static |
|
static |
const float DASH_SMOOTHING = 0.02 |
Definition at line 494 of file DashBoardManager.cpp.
|
constexpr |
Definition at line 179 of file DashBoardManager.cpp.
|
constexpr |
Definition at line 180 of file DashBoardManager.cpp.