BIS fnc supplydrop: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
||
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]] - Air Unit | |p1= airUnit: [[Object]] - Air Unit |
Revision as of 23:12, 12 July 2022
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