Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.YawArrow: 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 YawArrow(Vector '''', float '''', float '''', float '''', int '''', int '''', int '''', int '''', bool '''', float '''') '''
''' void YawArrow(Vector ''a'', float ''b'', float ''c'', float ''d'', int ''e'', int ''f'', int ''g'', int ''h'', bool ''i'', float ''j'') '''


''Draws a arrow associated with a specific yaw. Specify endpoint's in world space.''
''Draws a arrow associated with a specific yaw. Specify endpoint's in world space.''
Line 17: Line 17:
|-
|-
| Vector
| Vector
|  
| a
| No Description Set
| No Description Set
|-
|-
| float
| float
|  
| b
| No Description Set
| No Description Set
|-
|-
| float
| float
|  
| c
| No Description Set
| No Description Set
|-
|-
| float
| float
|  
| 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
|-
|-
| int
| int
|  
| g
| No Description Set
| No Description Set
|-
|-
| int
| int
|  
| h
| No Description Set
| No Description Set
|-
|-
| bool
| bool
|  
| i
| No Description Set
| No Description Set
|-
|-
| float
| float
|  
| j
| 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 YawArrow(Vector a, float b, float c, float d, int e, int f, int g, int h, bool i, float j)

Draws a arrow associated with a specific yaw. Specify endpoint's in world space.


Parameters

Type Name Description
Vector a No Description Set
float b No Description Set
float c No Description Set
float d No Description Set
int e No Description Set
int f No Description Set
int g No Description Set
int h No Description Set
bool i No Description Set
float j No Description Set