BIS fnc removeSupportLink: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "| arma 3 |Game name=" to "| arma3 |Game name=") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = Supports |GROUP1= | |gr1 = Supports |GROUP1= | ||
| Removes support types during a mission.|DESCRIPTION= | | Removes support types during a mission.|DESCRIPTION= | ||
| [requester,provider] call [[BIS_fnc_removeSupportLink]] |SYNTAX= | | [requester,provider] call [[BIS_fnc_removeSupportLink]] |SYNTAX= | ||
|p1= requester: [[Object]] - Requester module|PARAMETER1= | |p1= requester: [[Object]] - Requester module|PARAMETER1= | ||
|p2= provider: [[Object]] - Provider module|PARAMETER2= | |p2= provider: [[Object]] - Provider module|PARAMETER2= | ||
| [[Nothing]]|RETURNVALUE= | | [[Nothing]]|RETURNVALUE= | ||
|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]] |SEEALSO= | | [[BIS_fnc_addSupportLink]], [[:Category:Function Group: Supports|Support functions]] |SEEALSO= |
Revision as of 23:44, 16 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