BIS fnc removeSupportLink: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (released sooner than 1.00, radded 0.76. Source http://dev.arma3.com/post/spotrep-00009)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


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


| arma3 |= Game name
|gr1= Supports


|0.76|= Game version
|descr= Removes support types during a mission.
____________________________________________________________________________________________


| <pre>/*
|s1= [requester, provider] call [[BIS_fnc_removeSupportLink]]


Description:
|p1= requester: [[Object]] - requester module
Removes support types during a mission.


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


Returns:
|r1= [[Nothing]]
nothing
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|x1= <sqf>[requesterMod, providerMod] call BIS_fnc_removeSupportLink;</sqf>
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_removeSupportLink]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|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