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
TruckState.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
TruckState
20
{
21
TS_SIMULATED
,
22
TS_SLEEPING
,
23
TS_NETWORKED
,
24
};
25
26
}
// namespace Script2Game
27
29
/// @} //addtogroup ScriptSideAPIs
Script2Game::TS_SLEEPING
@ TS_SLEEPING
locally simulated but sleeping
Definition:
TruckState.h:22
Script2Game
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Definition:
AngelImGui_enums.h:7
Script2Game::TS_NETWORKED
@ TS_NETWORKED
controlled by network data
Definition:
TruckState.h:23
Script2Game::TS_SIMULATED
@ TS_SIMULATED
locally simulated and active
Definition:
TruckState.h:21
Script2Game::TruckState
TruckState
Binding of RoR::ActorState.
Definition:
TruckState.h:19
Generated by
1.8.17