cmf_kosherGarage_fnc_getAllPylonWeapons
Jump to navigation
Jump to search
Description
- Description:
- This function is an internal function of kosherGarage. It gets all pylon weapons that exist in the game and save them to a global variable.
- Execution:
- Call
- Groups:
- CMF3: kosherGarage
Syntax
- Syntax:
- [] call cmf_kosherGarage_fnc_getAllPylonWeapons
- Return Value:
- None
Examples
- Example 1:
[] call cmf_kosherGarage_fnc_getAllPylonWeapons;
Additional Information
- See also:
- cmf_kosherGarage_fnc_garageInterface cmf_kosherGarage_fnc_init cmf_kosherGarage_fnc_registerWhitelist cmf_kosherGarage_fnc_syncVehicle
Internal Variables
Locality | Namespace | Name | Description |
---|---|---|---|
GLOBAL | Mission | cmf_kosherGarage_pylonWeapons | An array variable containing all available pylon weapons in the game. |
Events
- No events
Notes