BIS fnc supplydrop: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |s1=[" to " |s1= [")
m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2")
Line 19: Line 19:
|s1= [airUnit,class] spawn [[BIS_fnc_supplydrop]]
|s1= [airUnit,class] spawn [[BIS_fnc_supplydrop]]


|p1= airUnit: [[Object]] - Air Unit
|p1= airUnit: [[Object]] - air Unit


|p2= class: [[String]] - Object class which is dropped, two default values are available:
|p2= class: [[String]] - Object class which is dropped, two default values are available:

Revision as of 13:40, 8 November 2023

Hover & click on the images for description

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:
[BIS_airDropVeh, "reammobox"] spawn BIS_fnc_supplydrop;

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