Difference between revisions of "Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.Texture"
< Dota 2 Workshop Tools | Scripting | API
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 6: | Line 6: | ||
− | ''' void Texture(string '' | + | ''' void Texture(string ''string_1'', Vector2D ''Vector2D_2'', Vector2D ''Vector2D_3'', int ''int_4'', int ''int_5'', int ''int_6'', int ''int_7'', Vector2D ''Vector2D_8'', Vector2D ''Vector2D_9'', float ''float_10'') ''' |
''Draws a screen-space texture. Coordinates are in pixels.'' | ''Draws a screen-space texture. Coordinates are in pixels.'' | ||
Line 19: | Line 19: | ||
|- | |- | ||
| string | | string | ||
− | | | + | | string_1 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector2D | | Vector2D | ||
− | | | + | | Vector2D_2 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector2D | | Vector2D | ||
− | | | + | | Vector2D_3 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
− | | | + | | int_4 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
− | | | + | | int_5 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
− | | | + | | int_6 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
− | | | + | | int_7 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector2D | | Vector2D | ||
− | | | + | | Vector2D_8 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector2D | | Vector2D | ||
− | | | + | | Vector2D_9 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
− | | | + | | float_10 |
| No Description Set | | No Description Set | ||
|} | |} |
Latest revision as of 12:37, 20 June 2015

Function Description
void Texture(string string_1, Vector2D Vector2D_2, Vector2D Vector2D_3, int int_4, int int_5, int int_6, int int_7, Vector2D Vector2D_8, Vector2D Vector2D_9, float float_10)
Draws a screen-space texture. Coordinates are in pixels.
Parameters
Type | Name | Description |
---|---|---|
string | string_1 | No Description Set |
Vector2D | Vector2D_2 | No Description Set |
Vector2D | Vector2D_3 | No Description Set |
int | int_4 | No Description Set |
int | int_5 | No Description Set |
int | int_6 | No Description Set |
int | int_7 | No Description Set |
Vector2D | Vector2D_8 | No Description Set |
Vector2D | Vector2D_9 | No Description Set |
float | float_10 | No Description Set |