VN fnc artillery bombard

From Savage Game Design Wiki
Revision as of 21:32, 26 April 2022 by Slow (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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; }}