isVehicleCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
Lou Montana (talk | contribs) m (Text replacement - " +\]" to "]") |
||
(21 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|1.62 | |version1= 1.62 | ||
|gr1= Vehicle in Vehicle Transport | |gr1= Vehicle in Vehicle Transport | ||
| 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. | |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 | ||
|p1= cargo: [[Object]] - vehicle in cargo | |p1= cargo: [[Object]] - vehicle in cargo | ||
| [[Object]] - transporting vehicle | |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