VN fnc melee draw

From Savage Game Design Wiki
Revision as of 02:19, 5 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Kerc/IFA3 & Ethan Johnson |a= |e= |g1= vn_melee_functions |d= <pre>Draw icons from melee debug system.</pre> |s= [_posStart,_posEnd,_color,_la...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{Function

|v= 1.00 |author=Kerc/IFA3 & Ethan Johnson |a=

|e=

|g1= vn_melee_functions

|d=

Draw icons from melee debug system.

|s= [_posStart,_posEnd,_color,_label] call VN_fnc_melee_draw;

|p1n=_posStart |p1t=ARRAY |p1d=Start position |p1v=[]

|p2n=_posEnd |p2t=ARRAY |p2d=End position |p2v=[]

|p3n=_color |p3t=ARRAY |p3d=Line color |p3v=[]

|p4n=_label |p4t=STRING |p4d=Icon label |p4v=""

|r1t=BOOL |r1d=Function reached the end.

|x1= [[0,0,0],[1,1,1],[1,0,0],"Hello :)"] call vn_fnc_melee_draw; }}