BIS fnc addSupportLink: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Some wiki formatting)
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| arma 3 |= Game name
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Supports
____________________________________________________________________________________________


| Adds support types during a mission.|DESCRIPTION=
|descr= Adds support types during a mission.
____________________________________________________________________________________________


| [requesterUnit, requesterMod, providerMod] call [[BIS_fnc_addSupportLink]] |SYNTAX=
|s1= [requesterUnit, requesterMod, providerMod] call [[BIS_fnc_addSupportLink]]
____________________________________________________________________________________________


|p1= requesterUnit: [[Object]] - Requester unit|= Parameter 1
|p1= requesterUnit: [[Object]] - requester unit
|p2= requesterMod: [[Object]] - Requester module|= Parameter 2
|p3= providerMod: [[Object]] - Provider module|= Parameter 3
____________________________________________________________________________________________


| [[Nothing]]|RETURNVALUE=
|p2= requesterMod: [[Object]] - requester module
____________________________________________________________________________________________


|x1= <code>[ [[player]], BIS_requesterMod, BIS_providerMod ] [[call]] [[BIS_fnc_addSupportLink]];</code> |=
|p3= providerMod: [[Object]] - provider module
____________________________________________________________________________________________


| [[BIS_fnc_removeSupportLink]], [[:Category:Function Group: Supports]] |SEEALSO=
|r1= [[Nothing]]
}}


<h3 style="display:none">Notes</h3>
|x1= <sqf>[player, BIS_requesterMod, BIS_providerMod] call BIS_fnc_addSupportLink;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[BIS_fnc_removeSupportLink]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Supports|{{uc:addSupportLink}}]]
[[Category:Functions|{{uc:addSupportLink}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:addSupportLink}}]]

Latest revision as of 20:41, 13 May 2022

Hover & click on the images for description

Description

Description:
Adds support types during a mission.
Execution:
call
Groups:
Supports

Syntax

Syntax:
[requesterUnit, requesterMod, providerMod] call BIS_fnc_addSupportLink
Parameters:
requesterUnit: Object - requester unit
requesterMod: Object - requester module
providerMod: Object - provider module
Return Value:
Nothing

Examples

Example 1:
[player, BIS_requesterMod, BIS_providerMod] call BIS_fnc_addSupportLink;

Additional Information

See also:
BIS_fnc_removeSupportLink

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