Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
angelScriptManipulationType.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
14namespace Script2Game {
15
24
25} // namespace Script2Game
26
28
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
angelScriptManipulationType
Argument #1 of script event SE_ANGELSCRIPT_MANIPULATIONS
@ ASMANIP_SCRIPT_LOADED
Triggered after the script's main() completed; may trigger additional processing (for example,...
@ ASMANIP_ACTORSIMATTR_SET
Triggered when setSimAttribute() is called; additional args: #2 RoR::ActorSimAtr, #3 —,...
@ ASMANIP_SCRIPT_UNLOADING
Triggered before unloading the script to let it clean up (important for missions)....