Difference between revisions of "cmf kosherGarage fnc getAllPylonWeapons"

From cluster wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:


|descr=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.
|descr=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.
{{CMF Feature|IMPORTANT|This is an internal function. This means that the function is called by another function and should not be called manually.}}
{{CMF Feature|IMPORTANT|This is a very heavy process and should only be run once serversided.}}
{{CMF Feature|IMPORTANT|This is a very heavy process and should only be run once serversided.}}


Line 19: Line 20:


|x1= {{code|lang=scilab|[] call cmf_kosherGarage_fnc_getAllPylonWeapons;}}
|x1= {{code|lang=scilab|[] call cmf_kosherGarage_fnc_getAllPylonWeapons;}}
|seealso= [[cmf_kosherGarage_fnc_garageInterface]] [[cmf_kosherGarage_fnc_init]]
[[cmf_kosherGarage_fnc_registerWhitelist]] [[cmf_kosherGarage_fnc_syncVehicle]]


|var1= {{!}} GLOBAL {{!}}{{!}} Mission {{!}}{{!}} cmf_kosherGarage_pylonWeapons {{!}}{{!}} An array variable containing all available pylon weapons in the game.
|var1= {{!}} GLOBAL {{!}}{{!}} Mission {{!}}{{!}} cmf_kosherGarage_pylonWeapons {{!}}{{!}} An array variable containing all available pylon weapons in the game.
}}
}}

Latest revision as of 21:52, 17 December 2022


Hover & click on the images for description
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.
This is an internal function. This means that the function is called by another function and should not be called manually.
This is a very heavy process and should only be run once serversided.
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