Difference between revisions of "VN fnc melee draw"

From Savage Game Design Wiki
Jump to navigation Jump to search
(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...")
 
 
Line 36: Line 36:
 
|r1d=Function reached the end.
 
|r1d=Function reached the end.
  
|x1= [[0,0,0],[1,1,1],[1,0,0],"Hello :)"] call vn_fnc_melee_draw;
+
|x1= [ [0,0,0],[1,1,1],[1,0,0],"Hello :)" ] call vn_fnc_melee_draw;
 
}}
 
}}

Latest revision as of 02:19, 5 May 2022

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Kerc/IFA3 & Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

Draw icons from melee debug system.

Syntax

Syntax
[_posStart,_posEnd,_color,_label] call VN_fnc_melee_draw;
Parameters
_posStart: Array - (Optional, default []) Start position
_posEnd: Array - (Optional, default []) End position
_color: Array - (Optional, default []) Line color
_label: String - (Optional, default "") Icon label
Return value
Boolean - Function reached the end.

Examples

Example 1
[ [0,0,0],[1,1,1],[1,0,0],"Hello :)" ] call vn_fnc_melee_draw;