Difference between revisions of "cmf kosherGarage fnc syncVehicle"

From cluster wiki
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 synchronizes a spawned vehicle globa...")
 
Line 8: Line 8:


|descr=This function is an internal function of kosherGarage. It synchronizes a spawned vehicle globally.
|descr=This function is an internal function of kosherGarage. It synchronizes a spawned vehicle globally.
{{CMF Feature|IMPORTANT|This is an internal function. This means that the function is called by another function and should not be called manually.}}


|exec=Call
|exec=Call

Revision as of 16:57, 17 December 2022


Hover & click on the images for description
Description
Description:
This function is an internal function of kosherGarage. It synchronizes a spawned vehicle globally.
This is an internal function. This means that the function is called by another function and should not be called manually.
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:
See also needed
Internal Variables
Locality Namespace Name Description
GLOBAL Unit cmf_kosherGarage_vehicle A varaible that is true if the vehicle has been spawned by kosherGarage
Events
No events
Notes