Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.Texture: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 4: | Line 4: | ||
''' void Texture(string '''', Vector2D '''', Vector2D '''', int '''', int '''', int '''', int '''', Vector2D '''', Vector2D '''', float '''') ''' | ''' void Texture(string ''a'', Vector2D ''b'', Vector2D ''c'', int ''d'', int ''e'', int ''f'', int ''g'', Vector2D ''h'', Vector2D ''i'', float ''j'') ''' | ||
''Draws a screen-space texture. Coordinates are in pixels.'' | ''Draws a screen-space texture. Coordinates are in pixels.'' | ||
Line 17: | Line 17: | ||
|- | |- | ||
| string | | string | ||
| | | a | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector2D | | Vector2D | ||
| | | b | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector2D | | Vector2D | ||
| | | 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 | ||
|- | |- | ||
| int | | int | ||
| | | g | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector2D | | Vector2D | ||
| | | h | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector2D | | Vector2D | ||
| | | i | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
| | | j | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 00:21, 9 August 2014

Function Description
void Texture(string a, Vector2D b, Vector2D c, int d, int e, int f, int g, Vector2D h, Vector2D i, float j)
Draws a screen-space texture. Coordinates are in pixels.
Parameters
Type | Name | Description |
---|---|---|
string | a | No Description Set |
Vector2D | b | No Description Set |
Vector2D | c | No Description Set |
int | d | No Description Set |
int | e | No Description Set |
int | f | No Description Set |
int | g | No Description Set |
Vector2D | h | No Description Set |
Vector2D | i | No Description Set |
float | j | No Description Set |