Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.Cross3D: 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 Cross3D(Vector '''', float '''', int '''', int '''', int '''', int '''', bool '''', float '''') ''' | ''' void Cross3D(Vector ''a'', float ''b'', int ''c'', int ''d'', int ''e'', int ''f'', bool ''g'', float ''h'') ''' | ||
''Draws a world-aligned cross. Specify origin in world space.'' | ''Draws a world-aligned cross. Specify origin 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 | ||
|- | |- | ||
| 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 | ||
|- | |- | ||
| bool | | bool | ||
| | | g | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
| | | h | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 00:21, 9 August 2014

Function Description
void Cross3D(Vector a, float b, int c, int d, int e, int f, bool g, float h)
Draws a world-aligned cross. Specify origin in world space.
Parameters
Type | Name | Description |
---|---|---|
Vector | a | No Description Set |
float | b | No Description Set |
int | c | No Description Set |
int | d | No Description Set |
int | e | No Description Set |
int | f | No Description Set |
bool | g | No Description Set |
float | h | No Description Set |