setRepairCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
(17 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|SETREPAIRCARGO]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.97|SETREPAIRCARGO]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|SETREPAIRCARGO]]
[[Category:Scripting Commands ArmA|SETREPAIRCARGO]]


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


<h2 style="color:#000066">'''''vehicle'' setRepairCargo ''amount'''''</h2>
| Set amount of repair resources in cargo space of repair vehicle.
Amount 1 is full cargo. |DESCRIPTION=
____________________________________________________________________________________________


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


'''Operand types:'''
|p1= vehicleName: [[Object]] |PARAMETER1=


'''vehicle:''' [[Object]]
|p2= amount: [[Number]] range 0 to 1|PARAMETER2=


'''amount:''' [[Number]]
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>_repairTruck1 '''setRepairCargo''' 0</code> |EXAMPLE1=
____________________________________________________________________________________________


'''Type of returned value:'''
| [[getRepairCargo]], [[setAmmoCargo]], [[setFuelCargo]] |SEEALSO=


[[Nothing]]
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Set '''amount''' of repair resources in cargo space of repair '''vehicle'''.<br>
<!-- Note Section END -->
Amount 1 is full cargo.
</dl>


<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETREPAIRCARGO]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SETREPAIRCARGO]]
[[Category:Scripting Commands OFP 1.46|SETREPAIRCARGO]]
[[Category:Scripting Commands ArmA|SETREPAIRCARGO]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]


'''Example:'''
<!-- CONTINUE Notes -->
 
<dl class="command_description">
repairTruck1 '''setRepairCargo''' 0
<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.