RigsofRods  2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ScriptCategory.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 {
25 };
26 
27 } // namespace Script2Game
28 
30 /// @} //addtogroup ScriptSideAPIs
Script2Game::SCRIPT_CATEGORY_TERRAIN
@ SCRIPT_CATEGORY_TERRAIN
Defined in terrn2 file under '[Scripts]', receives terrain eventbox notifications.
Definition: ScriptCategory.h:23
Script2Game::SCRIPT_CATEGORY_ACTOR
@ SCRIPT_CATEGORY_ACTOR
Defined in truck file under 'scripts', contains global variable BeamClass@ thisActor.
Definition: ScriptCategory.h:22
Script2Game
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
Definition: AngelImGui_enums.h:7
Script2Game::ScriptCategory
ScriptCategory
Binding of RoR::ScriptCategory ~ for game.pushMessage(MSG_APP_LOAD_SCRIPT_REQUESTED ....
Definition: ScriptCategory.h:19
Script2Game::SCRIPT_CATEGORY_INVALID
@ SCRIPT_CATEGORY_INVALID
Definition: ScriptCategory.h:21
Script2Game::SCRIPT_CATEGORY_CUSTOM
@ SCRIPT_CATEGORY_CUSTOM
Loaded by user via either: A) ingame console 'loadscript'; B) RoR.cfg 'diag_custom_scripts'; C) comma...
Definition: ScriptCategory.h:24