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

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