Rigs of Rods
2023.09
Soft-body Physics Simulation
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
Loading...
Searching...
No Matches
doc
angelscript
Script2Game
enums
DashboardDataTypes.h
Go to the documentation of this file.
1
2
// =================================================== //
3
// THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4
// =================================================== //
5
14
namespace
Script2Game
{
15
19
enum
DashboardDataTypes
20
{
21
DC_BOOL
,
22
DC_INT
,
23
DC_FLOAT
,
24
DC_STRING
,
25
DC_INVALID
,
26
};
27
28
}
// namespace Script2Game
29
31
Script2Game
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Definition
AircraftEngineClass.h:1
Script2Game::DashboardDataTypes
DashboardDataTypes
Dashboard input data types.
Definition
DashboardDataTypes.h:20
Script2Game::DC_FLOAT
@ DC_FLOAT
Floating-point.
Definition
DashboardDataTypes.h:23
Script2Game::DC_INVALID
@ DC_INVALID
Invalid data type.
Definition
DashboardDataTypes.h:25
Script2Game::DC_INT
@ DC_INT
Integer.
Definition
DashboardDataTypes.h:22
Script2Game::DC_STRING
@ DC_STRING
String.
Definition
DashboardDataTypes.h:24
Script2Game::DC_BOOL
@ DC_BOOL
Boolean.
Definition
DashboardDataTypes.h:21
Generated on Fri Jan 2 2026 09:37:01 for Rigs of Rods by
1.9.8