Difference between revisions of "DRAW CHECKPOINT"
Jump to navigation
Jump to search
Letsplayordy (talk | contribs) (Created page with "{{Native |game = 4 |noheader = 0 |np = 8 |p1t = float |p1d = x |p2t = float |p2d = y |p3t = float |p3d = z |p4t = float |p4d...") |
Letsplayordy (talk | contribs) |
||
| Line 2: | Line 2: | ||
|game = 4 | |game = 4 | ||
|noheader = 0 | |noheader = 0 | ||
| − | |np = | + | |np = 7 |
|p1t = float | |p1t = float | ||
|p1d = x | |p1d = x | ||
| Line 17: | Line 17: | ||
|p7t = integer | |p7t = integer | ||
|p7d = b | |p7d = b | ||
| − | |||
| − | |||
|r = 0 | |r = 0 | ||
}} | }} | ||
| − | Draws a checkpoint at the specified coordinates, with the specified radius, with the specified color ( | + | Draws a checkpoint at the specified coordinates, with the specified radius, with the specified color (RGB). |
Revision as of 13:02, 26 August 2014
| Number of parameters: 7 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | float | x |
| 2. | float | y |
| 3. | float | z |
| 4. | float | radius |
| 5. | integer | r |
| 6. | integer | g |
| 7. | integer | b |
| Return value: | ||
| Type | Description | |
| None | ||
Draws a checkpoint at the specified coordinates, with the specified radius, with the specified color (RGB).