| | | |
| Sin | Sine of an angle... | 0 | Nobody (1+ years ago) |
| SpriteViewMode | Sets the view mode of a sprite... | 0 | Nobody (1+ years ago) |
| Sqr | This command will return the square root of a specified value... | 0 | Nobody (1+ years ago) |
| StartNetGame | Displays a Windows dialog with option to join or start a new multiplayer network game, via modem, serial connection or TCP/IP (Internet)... | 0 | Nobody (1+ years ago) |
| Step | Use this to tell your FOR ... | 0 | Nobody (1+ years ago) |
| Stop | If running the program in debug mode, it this command halts the program and returns you to the editor where you can then step through your code, view variables, etc... | 0 | Nobody (1+ years ago) |
| StopChannel | This command replaced StopSound in the latter versions of Blitz Basic... | 0 | Nobody (1+ years ago) |
| StopNetGame | Use this command to terminate the network game currently in progress (started with the StartNetGame() command)... | 0 | Nobody (1+ years ago) |
| Str | Use this command to transform an numeric value to a string value for use with string commands... | 0 | Nobody (1+ years ago) |
| String | This makes a string filled with the specified occurances of the designated string... | 0 | Nobody (1+ years ago) |
| StringHeight | This will return the size, in pixels, the height of the indicated string... | 0 | Nobody (1+ years ago) |
| StringWidth | This will return the size, in pixels, the width of the indicated string... | 0 | Nobody (1+ years ago) |
| Tan | Tangent of an angle... | 0 | Nobody (1+ years ago) |
| TCPStreamIP | Returns the integer IP address of the specified tcp_stream... | 0 | Nobody (1+ years ago) |
| TCPStreamPort | Returns the port number of the specified TCP stream... | 0 | Nobody (1+ years ago) |
| TCPTimeouts | read_millis allows you to control how long reading data into a TCP stream can take before causing an error... | 0 | Nobody (1+ years ago) |
| TerrainDetail | Sets the detail level for a terrain... | 0 | Nobody (1+ years ago) |
| TerrainHeight | Returns the height of the terrain at terrain grid coordinates x,z... | 0 | Nobody (1+ years ago) |
| TerrainShading | Enables or disables terrain shading... | 0 | Nobody (1+ years ago) |
| TerrainSize | Returns the grid size used to create a terrain... | 0 | Nobody (1+ years ago) |
| TerrainX | Returns the interpolated x coordinate on a terrain... | 0 | Nobody (1+ years ago) |
| TerrainY | Returns the interpolated y coordinate on a terrain... | 0 | Nobody (1+ years ago) |
| TerrainZ | Returns the interpolated z coordinate on a terrain... | 0 | Nobody (1+ years ago) |
| Text | Prints a string at the designated screen coordinates... | 0 | Nobody (1+ years ago) |
| TextureBlend | Sets the blending mode for a texture... | 0 | Nobody (1+ years ago) |