isVehicleCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*) ([^ ]*)<\/code>" to "<code>$1$2$3 $4</code>") |
Lou Montana (talk | contribs) m (Text replacement - " +\]" to "]") |
||
(4 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
|x1= Blackfish with given variable name blackfish, with a vehicle inside called quad | |x1= Blackfish with given variable name blackfish, with a vehicle inside called quad | ||
< | <sqf>_transportingVehicle = isVehicleCargo quad; //returns blackfish</sqf> | ||
|x2= Vehicle called quad that is not being transported as cargo | |x2= Vehicle called quad that is not being transported as cargo | ||
< | <sqf>_transportingVehicle = isVehicleCargo quad; //returns objNull</sqf> | ||
</ | |||
|seealso= [[ | |seealso= [[Arma 3: Vehicle in Vehicle Transport| Vehicle in Vehicle Transport]] [[canVehicleCargo]] [[setVehicleCargo]] [[enableVehicleCargo]] [[getVehicleCargo]] [[vehicleCargoEnabled]] | ||
}} | }} |
Latest revision as of 18:15, 8 November 2023
Description
- Description:
- Despite a misleading name, returns the vehicle that is transporting given vehicle in cargo. If the given vehicle is not in vehicle cargo, objNull is returned.
- Groups:
- Vehicle in Vehicle Transport
Syntax
- Syntax:
- isVehicleCargo cargo
- Parameters:
- cargo: Object - vehicle in cargo
- Return Value:
- Object - transporting vehicle
Examples
- Example 1:
- Blackfish with given variable name blackfish, with a vehicle inside called quad
- Example 2:
- Vehicle called quad that is not being transported as cargo
Additional Information
- See also:
- Vehicle in Vehicle Transport canVehicleCargo setVehicleCargo enableVehicleCargo getVehicleCargo vehicleCargoEnabled
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note