| | | |
| WaitMouse | This command makes your program halt until a mouse button is pressed on the mouse... | 0 | Nobody (1+ years ago) |
| WBuffer | Enables or disables w-buffering... | 0 | Nobody (1+ years ago) |
| Wend | This is the command that tells program execution to branch to the beginning of the WHILE/WEND loop at the WHILE command... | 0 | Nobody (1+ years ago) |
| While | The WHILE/WEND loop is used when you wish to execute a series of commands multiple times based on whether a condition is true or not... | 0 | Nobody (1+ years ago) |
| Windowed3D | Windowed3D returns true if the host machine's selected graphics card is capable of rendering 3D graphics in a window using the current desktop colour depth... | 0 | Nobody (1+ years ago) |
| Wireframe | Enables or disables wireframe rendering... | 0 | Nobody (1+ years ago) |
| Write | Writes a string to the front buffer (i... | 0 | Nobody (1+ years ago) |
| WriteByte | Once you've opened a disk file (or stream) for reading, use this command to write a single byte at a time to the file/stream... | 0 | Nobody (1+ years ago) |
| WriteBytes | You can write the contents of a memory bank to a file on disk (or stream) using this command... | 0 | Nobody (1+ years ago) |
| WriteFloat | Once you've opened a disk file (or stream) for writing, use this command to write a single floating point number to the file... | 0 | Nobody (1+ years ago) |
| WriteInt | Once you've opened a disk file (or stream) for writing, use this command to write a single integer value to the file... | 0 | Nobody (1+ years ago) |
| WriteLine | Once you've opened a disk file (or stream) for writing, use this command to right a whole line of text to the file... | 0 | Nobody (1+ years ago) |
| WriteShort | Once you've opened a disk file (or stream) for writing, use this command to write a single short integer (16 bit) value to the file... | 0 | Nobody (1+ years ago) |
| WriteString | Once you've opened a disk file (or stream) for writing, use this command to write a string variable to the file... | 0 | Nobody (1+ years ago) |