Difference between revisions of "VN fnc artillery bombard"
Jump to navigation
Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Main bombard function</pre> |s= [_start_pos,_end_pos,_unit,_params] call VN_fnc_arti...") |
|||
Line 2: | Line 2: | ||
|v= 1.00 | |v= 1.00 | ||
+ | |||
|author=Ethan Johnson | |author=Ethan Johnson | ||
|a= | |a= | ||
Line 36: | Line 37: | ||
|r1d=Function reached the end. | |r1d=Function reached the end. | ||
− | |x1= <code>[[0, | + | |x1= <code>[ [0,100,0],[0,100,0],man1,[0,0],"Aero 1-3"] call vn_fnc_artillery_bombard;</code> |
}} | }} |
Latest revision as of 21:36, 26 April 2022
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Main bombard function
Syntax
- Syntax
- [_start_pos,_end_pos,_unit,_params] call VN_fnc_artillery_bombard;
- Parameters
- _start_pos: Array - Starting position
- _end_pos: Array - Ending position
- _unit: Object - Unit who called in the request
- _params: Array - Params array which contains the index's for the selected values
- Return value
- Boolean - Function reached the end.
Examples
- Example 1
[ [0,100,0],[0,100,0],man1,[0,0],"Aero 1-3"] call vn_fnc_artillery_bombard;