Difference between revisions of "DRAW COLOURED CYLINDER"
Jump to navigation
Jump to search
(New page: {{Native |np=9 |p1t=float |p1d=x-coordinate |p2t=float |p2d=y-coordinate |p3t=float |p3d=z-coordinate |p4t=float |p4d= |p5t=float |p5d= |p6t=integer |p6d=R |p7t=integer |p7d=G |p8t=integer...) |
m (Added "unknown" at parameters with missing description) |
||
Line 8: | Line 8: | ||
|p3d=z-coordinate | |p3d=z-coordinate | ||
|p4t=float | |p4t=float | ||
− | |p4d= | + | |p4d=unknown |
|p5t=float | |p5t=float | ||
− | |p5d= | + | |p5d=unknown |
|p6t=integer | |p6t=integer | ||
|p6d=R | |p6d=R |
Latest revision as of 23:58, 22 June 2011
Number of parameters: 9 | ||
---|---|---|
Parameter # | Type | Description |
1. | float | x-coordinate |
2. | float | y-coordinate |
3. | float | z-coordinate |
4. | float | unknown |
5. | float | unknown |
6. | integer | R |
7. | integer | G |
8. | integer | B |
9. | integer | A |
Return value: | ||
Type | Description | |
None |
This creates a translucent, colored arrow at a point. The function has to be in a loop in order for the arrow to appear.