Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.Line2D: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 4: Line 4:




''' void Line2D(Vector2D '''', Vector2D '''', int '''', int '''', int '''', int '''', float '''') '''
''' void Line2D(Vector2D ''a'', Vector2D ''b'', int ''c'', int ''d'', int ''e'', int ''f'', float ''g'') '''


''Draws a line between two point's in screenspace''
''Draws a line between two point's in screenspace''
Line 17: Line 17:
|-
|-
| Vector2D
| Vector2D
|  
| a
| No Description Set
| No Description Set
|-
|-
| Vector2D
| Vector2D
|  
| b
| No Description Set
| No Description Set
|-
|-
| int
| int
|  
| c
| No Description Set
| No Description Set
|-
|-
| int
| int
|  
| d
| No Description Set
| No Description Set
|-
|-
| int
| int
|  
| e
| No Description Set
| No Description Set
|-
|-
| int
| int
|  
| f
| No Description Set
| No Description Set
|-
|-
| float
| float
|  
| g
| No Description Set
| No Description Set
|}
|}

Revision as of 00:21, 9 August 2014

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void Line2D(Vector2D a, Vector2D b, int c, int d, int e, int f, float g)

Draws a line between two point's in screenspace


Parameters

Type Name Description
Vector2D a No Description Set
Vector2D b No Description Set
int c No Description Set
int d No Description Set
int e No Description Set
int f No Description Set
float g No Description Set