cmf_kosherGarage_fnc_garageInterface

From cluster wiki
Revision as of 15:58, 17 December 2022 by Eric (talk | contribs) (Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=This function is an internal function of kosherGarage. It creates a custom pylon interface for...")
(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 function is an internal function of kosherGarage. It creates a custom pylon interface for the Virtual Garage.
Execution:
Call
Groups:
CMF3: kosherGarage
Syntax
Syntax:
[] call cmf_kosherGarage_fnc_garageInterface
Return Value:
None
Examples
Example 1:
[] call cmf_kosherGarage_fnc_garageInterface;
Additional Information
See also:
See also needed
Internal Variables
Locality Namespace Name Description
GLOBAL Mission cmf_kosherGarage_pylon_controls An array variable containing [Controls] from the pylon interface of kosherGarage
GLOBAL Unit cmf_kosherGarage_pylonLoadouts A Hashmap variable containing the last used pylon loadout for the selected vehicle
Events
Locality Name Variables Description
LOCAL cmf_kosherGarage_onPylonChanged [pylon, pylonWeapon] Is fired locally when the pylonweapon for a pylon is changed.
Notes