enableVehicleCargo: Difference between revisions
Jump to navigation
Jump to search
Pennyworth (talk | contribs) (Added enableVehicleCargo) |
Pennyworth (talk | contribs) No edit summary |
||
Line 34: | Line 34: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on June 20, 2016 - 06:11 (UTC)</dd> | |||
<dt class="note">[[User:Pennyworth|Pennyworth]]</dt> | |||
<dd class="note"> | |||
Setting [[enableVehicleCargo]] to true does not mean a vehicle can now load vehicles as cargo. They are still required to be correctly setup as shown on the [https://community.bistudio.com/wiki/Arma_3_Vehicle_in_Vehicle_Transport Vehicle in Vehicle Transport] page. | |||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 07:11, 20 June 2016
Description
- Description:
- Enable/disable option to transport other vehicles (if configured) or be transported.
- Multiplayer:
- -
- Groups:
- Uncategorised
Syntax
- Syntax:
- vehicle enableVehicleCargo true
- Parameters:
- vehicle: Object
- true: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
vehicle enableVehicleCargo true;
Additional Information
- See also:
- Vehicle in Vehicle Transport canVehicleCargo setVehicleCargo getVehicleCargo isVehicleCargo 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
[[Category:Introduced with arma3dev version 1.63]][[ Category: arma3dev: New Scripting Commands | ENABLEVEHICLECARGO]][[ Category: arma3dev: Scripting Commands | ENABLEVEHICLECARGO]]
Bottom Section
- Posted on June 20, 2016 - 06:11 (UTC)
- Pennyworth
- Setting enableVehicleCargo to true does not mean a vehicle can now load vehicles as cargo. They are still required to be correctly setup as shown on the Vehicle in Vehicle Transport page.