VN_fnc_artillery_arc_light
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Function which spawns the bombs for the Arc Light artillery mission.
Syntax
- Syntax
- [] call VN_fnc_artillery_arc_light;
- Parameters
- _start_pos: Array - Position at which the bombing run should start
- _unit: Object - Unit which called in the run
- _end_pos: Array - Position at which the bombing run should end
- Return value
- Boolean - Function reached the end
Examples
- Example 1
- [ [0,0,0],player,[100,100,0] ] call vn_fnc_artillery_arc_light;