RigsofRods
2023.09
Soft-body Physics Simulation
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
doc
angelscript
Script2Game
enums
truckTypes.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
truckTypes
20
{
21
TT_NOT_DRIVEABLE
,
22
TT_TRUCK
,
23
TT_AIRPLANE
,
24
TT_BOAT
,
25
TT_MACHINE
,
26
TT_AI
,
27
}
28
29
}
// namespace Script2Game
30
32
/// @} //addtogroup ScriptSideAPIs
Script2Game::TT_TRUCK
@ TT_TRUCK
Definition:
truckTypes.h:22
Script2Game::TT_NOT_DRIVEABLE
@ TT_NOT_DRIVEABLE
Definition:
truckTypes.h:21
Script2Game::TT_BOAT
@ TT_BOAT
Definition:
truckTypes.h:24
Script2Game::TT_MACHINE
@ TT_MACHINE
Definition:
truckTypes.h:25
Script2Game
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Definition:
AngelImGui_enums.h:7
Script2Game::TT_AIRPLANE
@ TT_AIRPLANE
Definition:
truckTypes.h:23
Script2Game::truckTypes
truckTypes
Binding of RoR::ActorType.
Definition:
truckTypes.h:19
Script2Game::TT_AI
@ TT_AI
Definition:
truckTypes.h:26
Generated by
1.8.17