BIS fnc removeSupportLink: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


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


|0.76|= Game version
|gr1= Supports
____________________________________________________________________________________________


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


| [requester,provider] call [[BIS_fnc_removeSupportLink]] |SYNTAX=
|s1= [requester, provider] call [[BIS_fnc_removeSupportLink]]
____________________________________________________________________________________________


|p1= requester: [[Object]] - Requester module|PARAMETER1=
|p1= requester: [[Object]] - requester module
|p2= provider: [[Object]] - Provider module|PARAMETER1=
____________________________________________________________________________________________


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


|x1= <code>[requesterMod, providerMod] [[call]] [[BIS_fnc_removeSupportLink]];</code> |=
|r1= [[Nothing]]
____________________________________________________________________________________________


| [[BIS_fnc_addSupportLink]], [[:Category:Function Group: Supports|Support functions]] |SEEALSO=
|x1= <sqf>[requesterMod, providerMod] call BIS_fnc_removeSupportLink;</sqf>
 
|seealso= [[BIS_fnc_addSupportLink]]
}}
}}
<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:removeSupportLink}}]]
[[Category:Functions|{{uc:removeSupportLink}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:removeSupportLink}}]]

Latest revision as of 16:47, 8 November 2023

Hover & click on the images for description

Description

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

Syntax

Syntax:
[requester, provider] call BIS_fnc_removeSupportLink
Parameters:
requester: Object - requester module
provider: Object - provider module
Return Value:
Nothing

Examples

Example 1:
[requesterMod, providerMod] call BIS_fnc_removeSupportLink;

Additional Information

See also:
BIS_fnc_addSupportLink

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