| | | |
| UnlockBuffer | After you use LockBuffer on a buffer, the only graphics commands you can use are the read/write pixel commands ReadPixel, WritePixel, ReadPixelFast, and WritePixelFast... | 0 | Nobody (1+ years ago) |
| Until | This portion of the REPEAT ... | 0 | Nobody (1+ years ago) |
| UpdateGamma | UpdateGamma should be used after a series of @SetGamma commands in order to effect actual changes... | 0 | Nobody (1+ years ago) |
| UpdateWorld | Animates all entities in the world, and performs collision checking... | 0 | Nobody (1+ years ago) |
| Upper | This command takes the given string and converts it entirely to upper case... | 0 | Nobody (1+ years ago) |
| VectorPitch | Returns the pitch value of a vector... | 0 | Nobody (1+ years ago) |
| VectorYaw | Returns the yaw value of a vector... | 0 | Nobody (1+ years ago) |
| VertexAlpha | Returns the alpha component of a vertices color, set using @VertexColor... | 0 | Nobody (1+ years ago) |
| VertexBlue | Returns the blue component of a vertices color... | 0 | Nobody (1+ years ago) |
| VertexColor | Sets the color of an existing vertex... | 0 | Nobody (1+ years ago) |
| VertexCoords | Sets the geometric coordinates of an existing vertex... | 0 | Nobody (1+ years ago) |
| VertexGreen | Returns the green component of a vertices color... | 0 | Nobody (1+ years ago) |
| VertexNormal | Sets the normal of an existing vertex... | 0 | Nobody (1+ years ago) |
| VertexNX | Returns the x component of a vertices normal... | 0 | Nobody (1+ years ago) |
| VertexNY | Returns the y component of a vertices normal... | 0 | Nobody (1+ years ago) |
| VertexNZ | Returns the z component of a vertices normal... | 0 | Nobody (1+ years ago) |
| VertexRed | Returns the red component of a vertices color... | 0 | Nobody (1+ years ago) |
| VertexU | Returns the texture u coordinate of a vertex... | 0 | Nobody (1+ years ago) |
| VertexV | Returns the texture v coordinate of a vertex... | 0 | Nobody (1+ years ago) |
| VertexW | Returns the texture w coordinate of a vertex... | 0 | Nobody (1+ years ago) |
| VertexX | Returns the x coordinate of a vertex... | 0 | Nobody (1+ years ago) |
| VertexY | Returns the y coordinate of a vertex... | 0 | Nobody (1+ years ago) |
| VertexZ | Returns the z coordinate of a vertex... | 0 | Nobody (1+ years ago) |
| VWait | VWait will cause the CPU to wait for the next (or specified number of) vertical blank event on the monitor
There are times when you can draw too fast, and your drawing operations happen so fast that you get undesireable effects... | 0 | Nobody (1+ years ago) |
| WaitJoy | This command makes your program halt until a jpystick button is pressed on the joystick... | 0 | Nobody (1+ years ago) |