VN_fnc_melee_draw
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Kerc/IFA3 & Ethan Johnson |
|
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;