isVehicleCargo: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (messed up name description, example fix) |
Lou Montana (talk | contribs) m (Text replacement - " +\]" to "]") |
||
(30 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 |= | |game1= arma3 | ||
|version1= 1.62 | |||
| | |gr1= Vehicle in Vehicle Transport | ||
| | |descr= 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. | ||
| | |s1= [[isVehicleCargo]] cargo | ||
| [[Object]] - | |p1= cargo: [[Object]] - vehicle in cargo | ||
|r1= [[Object]] - transporting vehicle | |||
|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]] | |||
}} | }} | ||
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