cmf_kosherGarage_fnc_registerWhitelist
Jump to navigation
Jump to search
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