BIS fnc removeSupportLink: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \[\[Category:\{\{Name\|arma3\}\}:[_ ]Functions\|[^ ]+\]\]" to "")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 0.76
|version1= 0.76


Line 11: Line 10:
|s1= [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


|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[requesterMod, providerMod] [[call]] [[BIS_fnc_removeSupportLink]];</code>
|x1= <sqf>[requesterMod, providerMod] call BIS_fnc_removeSupportLink;</sqf>


|seealso= [[BIS_fnc_addSupportLink]]
|seealso= [[BIS_fnc_addSupportLink]]
}}
}}

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