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 (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma 3 |= Game name


|0.76|= Game version
|0.76|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Removes support types during a mission.|= Description
____________________________________________________________________________________________


Description:
| [requester,provider] call [[BIS_fnc_removeSupportLink]] |= Syntax
Removes support types during a mission.
____________________________________________________________________________________________
 
Parameter(s):
_this select 0: OBJECT - Requester module
_this select 1: OBJECT - Provider module
 
Returns:
nothing
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= requester: [[Object]]] - Requester module|= Parameter 1
|p2= provider: [[Object]]] - Provider module|= Parameter 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_removeSupportLink]]; --> |= Syntax
| [[Nothing]]|= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>["someSubject"] [[call]] [[BIS_fnc_removeSupportLink]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS_fnc_addSupportLink]], [[:Category:Function Group: Supports|Support functions]] |= See also
 
}}
}}



Revision as of 10:54, 1 June 2018

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
["someSubject"] call BIS_fnc_removeSupportLink;

Additional Information

See also:
BIS_fnc_addSupportLinkSupport functions

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

Notes

Bottom Section