BIS fnc addSupportLink: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(21 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | |||
|game1= arma3 | |||
|version1= 1.00 | |||
| | |gr1= Supports | ||
| | |descr= Adds support types during a mission. | ||
| | |s1= [requesterUnit, requesterMod, providerMod] call [[BIS_fnc_addSupportLink]] | ||
|p1= requesterUnit: [[Object]] - requester unit | |||
|p2= requesterMod: [[Object]] - requester module | |||
|p3= providerMod: [[Object]] - provider module | |||
|r1= [[Nothing]] | |||
| < | |x1= <sqf>[player, BIS_requesterMod, BIS_providerMod] call BIS_fnc_addSupportLink;</sqf> | ||
|seealso= [[BIS_fnc_removeSupportLink]] | |||
}} | }} | ||
Latest revision as of 19:41, 13 May 2022
Description
Syntax
- Syntax:
- [requesterUnit, requesterMod, providerMod] call BIS_fnc_addSupportLink
- Parameters:
- requesterUnit: Object - requester unit
- requesterMod: Object - requester module
- providerMod: Object - provider module
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_removeSupportLink
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