cmf_kosherGarage_fnc_registerWhitelist

From cluster wiki
Revision as of 16:19, 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 Registers a whitelist that can be us...")
(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:
See also needed
Internal Variables
Locality Namespace Name Description
GLOBAL Mission cmf_kosherGarage_whitelists A Hashmap variable containing the registered whitelists
Events
No events
Notes