BIS fnc removeSupportLink: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|0.76 | |0.76 | ||
|gr1 = Supports | |gr1 = Supports | ||
| Removes support types during a mission. | | Removes support types during a mission. | ||
| [requester,provider] call [[BIS_fnc_removeSupportLink]] | | [requester,provider] call [[BIS_fnc_removeSupportLink]] | ||
|p1= requester: [[Object]] - Requester module | |p1= requester: [[Object]] - Requester module | ||
|p2= provider: [[Object]] - Provider module | |p2= provider: [[Object]] - Provider module | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[requesterMod, providerMod] [[call]] [[BIS_fnc_removeSupportLink]];</code> | |x1= <code>[requesterMod, providerMod] [[call]] [[BIS_fnc_removeSupportLink]];</code> | ||
| [[BIS_fnc_addSupportLink]], [[:Category:Function Group: Supports|Support functions]] | | [[BIS_fnc_addSupportLink]], [[:Category:Function Group: Supports|Support functions]] | ||
}} | }} | ||
Revision as of 23:39, 17 January 2021
Description
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_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