Torque3D/Engine/source/module
JeffR 46f6f6a9da Added field to ModuleDefinition for priority, which can be used to process/sort them in priority order
Added logic to ModuleManager's findModules method to allow priority sorting as well as pre-filtering by a given module group
Adjusts the %isFine argument for the onMapLoadFailed callback events to %canContinueOnFail for a bit more clarity on what the arg conveys
Shifts the setSpawnObjectType, setSpawnPoint and onPostSpawn call stack to utilize an event manager to allow the setup process for spawners and gamemode prepwork to run in it's own time, if needbe. Such as if a gamemode has to generate a map and there's no guarantees on when it'll b e done for one client vs another
Added getModulesAndGameModesList, callOnObjectList and getNumCanCallOnObjectList utility functions
2025-01-03 00:37:25 -06:00
..
moduleCallbacks.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
moduleDefinition.cpp Added field to ModuleDefinition for priority, which can be used to process/sort them in priority order 2025-01-03 00:37:25 -06:00
moduleDefinition.h Added field to ModuleDefinition for priority, which can be used to process/sort them in priority order 2025-01-03 00:37:25 -06:00
moduleDefinition_ScriptBinding.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
moduleManager.cpp Remove CInterface script hooks, superseded by console refactor 2023-09-27 14:11:13 -05:00
moduleManager.h virtuals removed 2024-03-18 18:13:00 +00:00
moduleManager_ScriptBinding.h Added field to ModuleDefinition for priority, which can be used to process/sort them in priority order 2025-01-03 00:37:25 -06:00
moduleMergeDefinition.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
moduleMergeDefinition.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
tamlModuleIdUpdateVisitor.h rest of virtuals removed 2024-03-18 18:40:22 +00:00