Difference between revisions of "cmf kosherGarage fnc syncVehicle"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
|x1= {{code|lang=scilab|[myVehicle] call cmf_kosherGarage_fnc_syncVehicle;}} | |x1= {{code|lang=scilab|[myVehicle] call cmf_kosherGarage_fnc_syncVehicle;}} | ||
|var1= {{!}} GLOBAL {{!}}{{!}} Unit {{!}}{{!}} cmf_kosherGarage_vehicle{{!}}{{!}} A | |seealso= [[cmf_kosherGarage_fnc_garageInterface]] [[cmf_kosherGarage_fnc_getAllPylonWeapons]] [[cmf_kosherGarage_fnc_init]] | ||
[[cmf_kosherGarage_fnc_registerWhitelist]] | |||
|var1= {{!}} GLOBAL {{!}}{{!}} Unit {{!}}{{!}} cmf_kosherGarage_vehicle {{!}}{{!}} A variable that is true if the vehicle has been spawned by kosherGarage | |||
}} | }} |
Latest revision as of 21:54, 17 December 2022
Description
- Description:
- This function is an internal function of kosherGarage. It synchronizes a spawned vehicle globally.
- Execution:
- Call
- Groups:
- CMF3: kosherGarage
Syntax
- Syntax:
- [vehicle] call cmf_kosherGarage_fnc_syncVehicle
- Parameters:
- vehicle: Object - The vehicle to syncronize
- Return Value:
- None
Examples
- Example 1:
[myVehicle] call cmf_kosherGarage_fnc_syncVehicle;
Additional Information
- See also:
- cmf_kosherGarage_fnc_garageInterface cmf_kosherGarage_fnc_getAllPylonWeapons cmf_kosherGarage_fnc_init cmf_kosherGarage_fnc_registerWhitelist
Internal Variables
Locality | Namespace | Name | Description |
---|---|---|---|
GLOBAL | Unit | cmf_kosherGarage_vehicle | A variable that is true if the vehicle has been spawned by kosherGarage |
Events
- No events
Notes