BIS SOM addSupportRequestFunc: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to " |") |
Lou Montana (talk | contribs) m (Text replacement - "\|seealso= ([^ ]+)(\]\]|\}\}), *(\[\[|\{\{)" to "|seealso= $1$2 $3") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
|game1= arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
| | |arg= | ||
|eff= | |||
|eff= | |||
|gr1= Modules | |gr1= Modules | ||
|descr= Function behind the [[Secondary Operations Manager]] module. | |descr= Function behind the [[Secondary Operations Manager]] module. | ||
|s1= [secops, unit] call [[BIS_SOM_addSupportRequestFunc]] | |s1= [secops, unit] call [[BIS_SOM_addSupportRequestFunc]] | ||
Line 29: | Line 24: | ||
|p2= unit: [[Object]] | |p2= unit: [[Object]] | ||
| | |r1= | ||
|seealso= [[Secondary Operations Manager]] | |x1= <sqf>[["transport", "aerial_reconnaissance", "supply_drop", "tactical_airstrike", "artillery_barrage", "gunship_run"], player] call BIS_SOM_addSupportRequestFunc;</sqf> | ||
|seealso= [[Secondary Operations Manager]] [[BIS_SOM_requestSecOpFunc]] [[:Category:Arma 2: Editor Modules|Arma 2: Editor Modules]] | |||
}} | }} | ||
Latest revision as of 12:53, 1 July 2022
Description
- Description:
- Function behind the Secondary Operations Manager module.
- Execution:
- call
- Groups:
- Modules
Syntax
- Syntax:
- [secops, unit] call BIS_SOM_addSupportRequestFunc
- Parameters:
- secops: Array of Strings - values can be:
- "transport"
- "aerial_reconnaissance"
- "supply_drop"
- "tactical_airstrike"
- "artillery_barrage"
- "gunship_run"
- unit: Object
- Return Value:
- Return value needed
Examples
- Example 1:
Additional Information
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