Difference between revisions of "DRAW CORONA"

From GTAMods Wiki
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...")
 
 
Line 21: Line 21:
 
| r = 0
 
| r = 0
 
}}
 
}}
Creates a corona. The function should be used in a while.
+
Creates a corona. The function should be used in a loop.

Latest revision as of 15:39, 3 July 2015

DRAW_CORONA
Number of parameters: 9
Parameter #TypeDescription
1.floatX coordinate
2.floatY coordinate
3.floatZ-coordinate
4.floatRadius
5.intNot used?
6.floatNot used?
7.intRed Channel
8.intGreen Channel
9.intBlue Channel
Return value:
TypeDescription
None

Creates a corona. The function should be used in a loop.