Difference between revisions of "cmf 3den fnc init"

From cluster wiki
Jump to navigation Jump to search
(Created page with "{{CMF Function |game1=arma3 |version1=1.00 |game2=cmf3 |version2=2.1.0 |descr=This is the entry point to the 3den component since CfgFunctions won't be called in 3DEN. This...")
 
 
(4 intermediate revisions by the same user not shown)
Line 11: Line 11:
|exec=execVM
|exec=execVM


|cmp=common
|cmp=3den


|s1=execVM '''"components/3den/init.sqf"'''
|s1=execVM '''"components/3den/init.sqf"'''
Line 17: Line 17:
|r1=None
|r1=None


|x1= {{code|lang=scilab|execVM '''"components/3den/init.sqf"'''}}
|x1= {{code|lang=scilab|execVM "components/3den/init.sqf";}}
 
|seealso= [[cmf_3den_fnc_addRadioRack]] [[cmf_3den_fnc_iconViewer]] [[cmf_3den_fnc_unitConstructor]] [[cmf_3den_fnc_unitSpawner]]
 
|event1= {{!}} LOCAL {{!}}{{!}} cmf_3den_initialized {{!}}{{!}} [ ] {{!}}{{!}} Is raised when 3den module is initialized
}}
}}

Latest revision as of 21:29, 17 December 2022


Hover & click on the images for description
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:
cmf_3den_fnc_addRadioRack cmf_3den_fnc_iconViewer cmf_3den_fnc_unitConstructor cmf_3den_fnc_unitSpawner
Internal Variables
No internal variables
Events
Locality Name Variables Description
LOCAL cmf_3den_initialized [ ] Is raised when 3den module is initialized
Notes