Difference between revisions of "cmf 3den fnc init"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
|x1= {{code|lang=scilab|execVM "components/3den/init.sqf";}} | |x1= {{code|lang=scilab|execVM "components/3den/init.sqf";}} | ||
|event1= {{!}} LOCAL {{!}}{{!}} cmf_3den_initialized {{!}}{{!}} [ ] {{!}}{{!}} Is raised when 3den module is initialized | |||
}} | }} |
Revision as of 13:20, 17 December 2022
Description
- Description:
- This is the entry point to the 3den component since CfgFunctions won't be called in 3DEN. This is not a callable function and is being run using execVM from init3DEN.sqf
- Execution:
- execVM
- Groups:
- CMF3: 3den
Syntax
- Syntax:
- execVM "components/3den/init.sqf"
- Return Value:
- None
Examples
- Example 1:
execVM "components/3den/init.sqf";
Additional Information
- See also:
- See also needed
Internal Variables
- No internal variables
Events
Locality | Name | Variables | Description |
---|---|---|---|
LOCAL | cmf_3den_initialized | [ ] | Is raised when 3den module is initialized |
Notes