isVehicleCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]+) <\/code>" to "<code>$1</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^\[]+)<\/code>" to "<sqf>$1</sqf>") |
||
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= [[Arma_3_Vehicle_in_Vehicle_Transport| Vehicle in Vehicle Transport ]] [[canVehicleCargo]] [[setVehicleCargo]] [[enableVehicleCargo]] [[getVehicleCargo]] [[vehicleCargoEnabled]] | |seealso= [[Arma_3_Vehicle_in_Vehicle_Transport| Vehicle in Vehicle Transport ]] [[canVehicleCargo]] [[setVehicleCargo]] [[enableVehicleCargo]] [[getVehicleCargo]] [[vehicleCargoEnabled]] | ||
}} | }} |
Revision as of 20:08, 13 May 2022
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