Difference between revisions of "cmf kosherGarage fnc registerWhitelist"
Jump to navigation
Jump to search
(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...") |
|||
Line 22: | Line 22: | ||
|x1= {{code|lang=scilab|["myLoadoutID", "myLoadoutFile"] call cmf_kosherGarage_fnc_registerWhitelist;}} | |x1= {{code|lang=scilab|["myLoadoutID", "myLoadoutFile"] call cmf_kosherGarage_fnc_registerWhitelist;}} | ||
|seealso= [[cmf_kosherGarage_fnc_garageInterface]] [[cmf_kosherGarage_fnc_getAllPylonWeapons]] [[cmf_kosherGarage_fnc_init]] | |||
[[cmf_kosherGarage_fnc_syncVehicle]] | |||
|var1= {{!}} GLOBAL {{!}}{{!}} Mission {{!}}{{!}} cmf_kosherGarage_whitelists {{!}}{{!}} A [https://community.bistudio.com/wiki/Hashmap Hashmap] variable containing the registered whitelists | |var1= {{!}} GLOBAL {{!}}{{!}} Mission {{!}}{{!}} cmf_kosherGarage_whitelists {{!}}{{!}} A [https://community.bistudio.com/wiki/Hashmap Hashmap] variable containing the registered whitelists | ||
}} | }} |
Latest revision as of 21:53, 17 December 2022
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