BIS fnc removeSupportLink: Difference between revisions
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 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | arma 3 |= Game name | ||
|0.76|= Game version | |0.76|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Removes support types during a mission.|= Description | ||
____________________________________________________________________________________________ | |||
| [requester,provider] call [[BIS_fnc_removeSupportLink]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= requester: [[Object]]] - Requester module|= Parameter 1 | |||
|p2= provider: [[Object]]] - Provider module|= Parameter 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Nothing]]|= 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 09:54, 1 June 2018
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