VN fnc artillery bombard
Jump to navigation
Jump to search
{{Function
|v= 1.00 |author=Ethan Johnson |a=
|e=
|g1= artillery_functions
|d=
Main bombard function
|s= [_start_pos,_end_pos,_unit,_params] call VN_fnc_artillery_bombard;
|p1n=_start_pos |p1t=ARRAY |p1d=Starting position |p1v=
|p2n=_end_pos |p2t=ARRAY |p2d=Ending position |p2v=
|p3n=_unit |p3t=OBJECT |p3d=Unit who called in the request |p3v=
|p4n=_params |p4t=ARRAY |p4d=Params array which contains the index's for the selected values |p4v=
|r1t=BOOL |r1d=Function reached the end.
|x1= [[0,0,0],[0,100,0],man1,[0,0],"Aero 1-3"] call vn_fnc_artillery_bombard;
}}