BIS fnc addSupportLink: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Some wiki formatting)
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Supports


|1.00|= Game version
|descr= Adds support types during a mission.
____________________________________________________________________________________________


| <pre>/*
|s1= [requesterUnit, requesterMod, providerMod] call [[BIS_fnc_addSupportLink]]


Description:
|p1= requesterUnit: [[Object]] - requester unit
Adds support types during a mission.


Parameter(s):
|p2= requesterMod: [[Object]] - requester module
_this select 0: OBJECT - Requester unit
_this select 1: OBJECT - Requester module
_this select 2: OBJECT - Provider module


Returns:
|p3= providerMod: [[Object]] - provider module
nothing
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|r1= [[Nothing]]
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_addSupportLink]]; --> |= Syntax
|x1= <sqf>[player, BIS_requesterMod, BIS_providerMod] call BIS_fnc_addSupportLink;</sqf>
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[BIS_fnc_removeSupportLink]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</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