Difference between revisions of "DRAW CORONA"
Jump to navigation
Jump to search
(Created page with "{{Native | np = 9 | p1t = float | p1d = X coordinate | p2t = float | p2d = Y coordinate | p3t = float | p3d = Z-coordinate | p4t = float | p4d = Radius | p5t = int | p5d = Not...") |
Letsplayordy (talk | contribs) |
||
Line 21: | Line 21: | ||
| r = 0 | | r = 0 | ||
}} | }} | ||
− | Creates a corona. The function should be used in a | + | Creates a corona. The function should be used in a loop. |
Latest revision as of 15:39, 3 July 2015
Number of parameters: 9 | ||
---|---|---|
Parameter # | Type | Description |
1. | float | X coordinate |
2. | float | Y coordinate |
3. | float | Z-coordinate |
4. | float | Radius |
5. | int | Not used? |
6. | float | Not used? |
7. | int | Red Channel |
8. | int | Green Channel |
9. | int | Blue Channel |
Return value: | ||
Type | Description | |
None |
Creates a corona. The function should be used in a loop.