BIS fnc addSupportLink: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "")
m (Some wiki formatting)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
{{RV|type=function


| arma3
|game1= arma3
 
|version1= 1.00
|1.00


|gr1= Supports
|gr1= Supports


| Adds support types during a mission.
|descr= Adds support types during a mission.
 
| [requesterUnit, requesterMod, providerMod] call [[BIS_fnc_addSupportLink]]


|p1= requesterUnit: [[Object]] - Requester unit
|s1= [requesterUnit, requesterMod, providerMod] call [[BIS_fnc_addSupportLink]]
|p2= requesterMod: [[Object]] - Requester module
|p3= providerMod: [[Object]] - Provider module


| [[Nothing]]
|p1= requesterUnit: [[Object]] - requester unit


|x1= <code>[ [[player]], BIS_requesterMod, BIS_providerMod ] [[call]] [[BIS_fnc_addSupportLink]];</code>
|p2= requesterMod: [[Object]] - requester module


| [[BIS_fnc_removeSupportLink]], [[:Category:Function Group: Supports]]
|p3= providerMod: [[Object]] - provider module
}}


|r1= [[Nothing]]


|x1= <sqf>[player, BIS_requesterMod, BIS_providerMod] call BIS_fnc_addSupportLink;</sqf>


[[Category:Functions|{{uc:addSupportLink}}]]
|seealso= [[BIS_fnc_removeSupportLink]]
[[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