Dota 2 Workshop Tools/Scripting/API/Global.DebugScreenTextPretty: 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 DebugScreenTextPretty(float '''', float '''', int '''', string '''', int '''', int '''', int '''', int '''', float '''', string '''', int '''', bool '''') ''' | ''' void DebugScreenTextPretty(float ''a'', float ''b'', int ''c'', string ''d'', int ''e'', int ''f'', int ''g'', int ''h'', float ''i'', string ''j'', int ''k'', bool ''l'') ''' | ||
''Draw pretty debug text (x, y, lineOffset, text, r, g, b, a, duration, font, size, bBold)'' | ''Draw pretty debug text (x, y, lineOffset, text, r, g, b, a, duration, font, size, bBold)'' | ||
Line 17: | Line 17: | ||
|- | |- | ||
| float | | float | ||
| | | a | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
| | | b | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | c | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| string | | string | ||
| | | 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 | ||
|- | |- | ||
| float | | float | ||
| | | i | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| string | | string | ||
| | | j | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | k | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| bool | | bool | ||
| | | l | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 00:10, 9 August 2014

Function Description
void DebugScreenTextPretty(float a, float b, int c, string d, int e, int f, int g, int h, float i, string j, int k, bool l)
Draw pretty debug text (x, y, lineOffset, text, r, g, b, a, duration, font, size, bBold)
Parameters
Type | Name | Description |
---|---|---|
float | a | No Description Set |
float | b | No Description Set |
int | c | No Description Set |
string | d | No Description Set |
int | e | No Description Set |
int | f | No Description Set |
int | g | No Description Set |
int | h | No Description Set |
float | i | No Description Set |
string | j | No Description Set |
int | k | No Description Set |
bool | l | No Description Set |