cmf_3den_fnc_init

From cluster wiki
Revision as of 19:43, 7 November 2022 by Eric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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: common
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
No events
Notes