BIS fnc supplydrop: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *arma2 * * *\| *([0-1]\.[0-9]{2}) * \|game2" to "|game1= arma2 |version1= $1 |game2") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *O([a-z ])" to "$1 - o$2") |
||
(6 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
|descr= Script for para-drop of objects. Spawns waitUntil that handles ground hit (detaching of object from parachute). Used by supplydrop service. | |descr= Script for para-drop of objects. Spawns waitUntil that handles ground hit (detaching of object from parachute). Used by supplydrop service. | ||
|s1=[airUnit,class] spawn [[BIS_fnc_supplydrop]] | |s1= [airUnit,class] spawn [[BIS_fnc_supplydrop]] | ||
|p1= airUnit: [[Object]] - | |p1= airUnit: [[Object]] - air Unit | ||
|p2= class: [[String]] - | |p2= class: [[String]] - object class which is dropped, two default values are available: | ||
*"reammobox": Drops and ammobox appropriate to airUnit's side | *"reammobox": Drops and ammobox appropriate to airUnit's side | ||
*"land": Drops a car appropriate to airUnit's side | *"land": Drops a car appropriate to airUnit's side | ||
Line 28: | Line 28: | ||
|exec= spawn | |exec= spawn | ||
|x1= < | |||
|x1= <sqf>[BIS_airDropVeh, "reammobox"] spawn BIS_fnc_supplydrop;</sqf> | |||
|seealso= [[BIS_fnc_supplydropService]] | |seealso= [[BIS_fnc_supplydropService]] | ||
}} | }} | ||
Latest revision as of 15:44, 8 November 2023
Description
- Description:
- Script for para-drop of objects. Spawns waitUntil that handles ground hit (detaching of object from parachute). Used by supplydrop service.
- Execution:
- spawn
- Groups:
- Supports
Syntax
- Syntax:
- [airUnit,class] spawn BIS_fnc_supplydrop
- Parameters:
- airUnit: Object - air Unit
- class: String - object class which is dropped, two default values are available:
- "reammobox": Drops and ammobox appropriate to airUnit's side
- "land": Drops a car appropriate to airUnit's side
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_supplydropService
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