RigsofRods  2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 
20 {
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