BIS fnc removeSupportLink: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
(formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|0.76 | |version1= 0.76 | ||
|gr1 = Supports | |gr1 = Supports | ||
| Removes support types during a mission. | |descr= Removes support types during a mission. | ||
| [requester,provider] call [[BIS_fnc_removeSupportLink]] | |s1= [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]] | |r1= [[Nothing]] | ||
|x1= <code>[requesterMod, providerMod] [[call]] [[BIS_fnc_removeSupportLink]];</code> | |x1= <code>[requesterMod, providerMod] [[call]] [[BIS_fnc_removeSupportLink]];</code> | ||
|seealso= [[BIS_fnc_addSupportLink | |seealso= [[BIS_fnc_addSupportLink]] | ||
}} | }} | ||
Revision as of 00:57, 15 March 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_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