Difference between revisions of "cmf main fnc missionInit"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
|r1=None | |r1=None | ||
|event1= {{!}} GLOBAL {{!}}{{!}} cmf_main_mission_initialized {{!}}{{!}} [] {{!}}{{!}} Is raised when the mission has been initialized with CMF | |seealso= [[cmf_main_fnc_addonBlacklist]] [[cmf_main_fnc_localize]] | ||
[[cmf_main_fnc_playerInit]] [[cmf_main_fnc_serverInit]] | |||
|event1= {{!}} GLOBAL {{!}}{{!}} cmf_main_mission_initialized {{!}}{{!}} [ ] {{!}}{{!}} Is raised when the mission has been initialized with CMF | |||
}} | }} |
Latest revision as of 21:57, 17 December 2022
Description
- Description:
- This script handles post-init components of CMF. It is a CMF internal script.
- Execution:
- Call
- Groups:
- CMF3: main
Syntax
- Syntax:
- None
- Return Value:
- None
Examples
- Examples:
- Example Needed
Additional Information
- See also:
- cmf_main_fnc_addonBlacklist cmf_main_fnc_localize cmf_main_fnc_playerInit cmf_main_fnc_serverInit
Internal Variables
- No internal variables
Events
Locality | Name | Variables | Description |
---|---|---|---|
GLOBAL | cmf_main_mission_initialized | [ ] | Is raised when the mission has been initialized with CMF |
Notes