setRepairCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
(6 intermediate revisions by 4 users not shown)
Line 3: Line 3:


| ofp |= Game name
| ofp |= Game name
|1.00|= Game version
|1.00|= Game version
|arg= local|= Arguments in MP
|eff= global|= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set amount of repair resources in cargo space of repair vehicle.
| Set amount of repair resources in cargo space of repair vehicle.
Amount 1 is full cargo. |= Description
Amount 1 is full cargo. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| vehicleName '''setRepairCargo''' amount |= Syntax
| vehicleName '''setRepairCargo''' amount |SYNTAX=


|p1= vehicleName: [[Object]] |= Parameter 1
|p1= vehicleName: [[Object]] |PARAMETER1=


|p2= amount: [[Number]] range 0 to 1|= Parameter 2
|p2= amount: [[Number]] range 0 to 1|PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_repairTruck1 setRepairCargo 0</pre> |= Example 1
|x1= <code>_repairTruck1 '''setRepairCargo''' 0</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setAmmoCargo]], [[setFuelCargo]] |= See also
| [[getRepairCargo]], [[setAmmoCargo]], [[setFuelCargo]] |SEEALSO=


}}
}}
Line 36: Line 37:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETREPAIRCARGO]]
[[Category:Scripting Commands|SETREPAIRCARGO]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SETREPAIRCARGO]]
[[Category:Scripting Commands OFP 1.96|SETREPAIRCARGO]]
[[Category:Scripting Commands OFP 1.46|SETREPAIRCARGO]]
[[Category:Scripting Commands OFP 1.46|SETREPAIRCARGO]]
[[Category:Scripting Commands ArmA|SETREPAIRCARGO]]
[[Category:Scripting Commands ArmA|SETREPAIRCARGO]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on July 10, 2015 - 19:36 (UTC)</dd>
<dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt>
<dd class="note">
(ArmA 3 1.44) '''setRepairCargo''' will have no effect if the vehicle doesn't support [[getRepairCargo]].
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 15:48, 7 April 2019

Hover & click on the images for description

Description

Description:
Set amount of repair resources in cargo space of repair vehicle. Amount 1 is full cargo.
Groups:
Uncategorised

Syntax

Syntax:
vehicleName setRepairCargo amount
Parameters:
vehicleName: Object
amount: Number range 0 to 1
Return Value:
Nothing

Examples

Example 1:
_repairTruck1 setRepairCargo 0

Additional Information

See also:
getRepairCargosetAmmoCargosetFuelCargo

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

Notes

Bottom Section

Posted on July 10, 2015 - 19:36 (UTC)
Waffle SS.
(ArmA 3 1.44) setRepairCargo will have no effect if the vehicle doesn't support getRepairCargo.