isVehicleCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Text replacement - " {{uc:{{PAGENAME}}}}" to "") |
||
Line 25: | Line 25: | ||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
Revision as of 17:40, 8 June 2021
Description
- Description:
- Description needed
- Groups:
- Vehicle in Vehicle Transport
Syntax
- Syntax:
- Syntax needed
- Parameters:
- cargo: Object - vehicle in cargo
- Return Value:
- Return value needed
Examples
- Example 1:
- Blackfish with given variable name blackfish, with a vehicle inside called quad
_transportingVehicle = isVehicleCargo quad; //returns blackfish
- Example 2:
- Vehicle called quad that is not being transported as cargo
_transportingVehicle = isVehicleCargo quad; //returns objNull
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