cmf_kosherGarage_fnc_registerWhitelist

From cluster wiki
Revision as of 21:53, 17 December 2022 by Eric (talk | contribs)
(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 Registers a whitelist that can be used by kosherGarage to whitelist the vehicles, components, camos and weapons.
Execution:
Call
Groups:
CMF3: kosherGarage
Syntax
Syntax:
[loadoutID, loadoutFile] call cmf_kosherGarage_fnc_registerWhitelist
Parameters:
loadoutID: String - An ID used to reference this loadout.
loadoutFile: String - The filename for the loadoutfile (ommit .sqf).
Return Value:
None
Examples
Example 1:
["myLoadoutID", "myLoadoutFile"] call cmf_kosherGarage_fnc_registerWhitelist;
Additional Information
See also:
cmf_kosherGarage_fnc_garageInterface cmf_kosherGarage_fnc_getAllPylonWeapons cmf_kosherGarage_fnc_init cmf_kosherGarage_fnc_syncVehicle
Internal Variables
Locality Namespace Name Description
GLOBAL Mission cmf_kosherGarage_whitelists A Hashmap variable containing the registered whitelists
Events
No events
Notes