Difference between revisions of "cmf kosherGarage fnc garageInterface"

From cluster wiki
Jump to navigation Jump to search
Line 20: Line 20:
|x1= {{code|lang=scilab|[] call cmf_kosherGarage_fnc_garageInterface;}}
|x1= {{code|lang=scilab|[] call cmf_kosherGarage_fnc_garageInterface;}}


|var1= {{!}} GLOBAL {{!}}{{!}} Mission {{!}}{{!}} cmf_kosherGarage_pylon_controls {{!}}{{!}} An [https://community.bistudio.com/wiki/Array Array] variable containing [https://community.bistudio.com/wiki/Control Controls] from the pylon interface of kosherGarage
|seealso= [[cmf_kosherGarage_fnc_garageInterface]] [[cmf_kosherGarage_fnc_getAllPylonWeapons]] [[cmf_kosherGarage_fnc_init]]
|var2= {{!}} GLOBAL {{!}}{{!}} Mission {{!}}{{!}} cmf_kosherGarage_pylonLoadouts {{!}}{{!}} A [https://community.bistudio.com/wiki/Hashmap Hashmap] variable containing the last used pylon loadout for the selected vehicle
[[cmf_kosherGarage_fnc_registerWhitelist]] [[cmf_kosherGarage_fnc_syncVehicle]]
 
|var1= {{!}} LOCAL {{!}}{{!}} Mission {{!}}{{!}} cmf_kosherGarage_pylon_controls {{!}}{{!}} An [https://community.bistudio.com/wiki/Array Array] variable containing [https://community.bistudio.com/wiki/Control Controls] from the pylon interface of kosherGarage
|var2= {{!}} LOCAL {{!}}{{!}} UI {{!}}{{!}} cmf_kosherGarage_pylonLoadouts {{!}}{{!}} A [https://community.bistudio.com/wiki/Hashmap Hashmap] variable containing the last used pylon loadout for the selected vehicle


|event1= {{!}} LOCAL {{!}}{{!}} cmf_kosherGarage_onPylonChanged {{!}}{{!}} [pylon, pylonWeapon] {{!}}{{!}} Is fired locally when the pylonweapon for a pylon is changed.
|event1= {{!}} LOCAL {{!}}{{!}} cmf_kosherGarage_onPylonChanged {{!}}{{!}} [pylon, pylonWeapon] {{!}}{{!}} Is fired locally when the pylonweapon for a pylon is changed.
}}
}}

Revision as of 21:52, 17 December 2022


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.
This is an internal function. This means that the function is called by another function and should not be called manually.
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:
cmf_kosherGarage_fnc_garageInterface cmf_kosherGarage_fnc_getAllPylonWeapons cmf_kosherGarage_fnc_init cmf_kosherGarage_fnc_registerWhitelist cmf_kosherGarage_fnc_syncVehicle
Internal Variables
Locality Namespace Name Description
LOCAL Mission cmf_kosherGarage_pylon_controls An Array variable containing Controls from the pylon interface of kosherGarage
LOCAL UI 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