| | | |
| SystemProperty | SystemProperty is used to 'find out' certain system-specific things that are external to the currently running program... | 3 | Floyd (1 month ago) |
| And | AND is a logical operator for doing conditional checks of multiple values and/or expressions... | 7 | Yasha (1 month ago) |
| Or | A logical expression to return a boolean TRUE or FALSE comparison of expressions or values... | 4 | DrakeX (1 month ago) |
| CreateTexture | Creates a texture and returns its handle... | 3 | Kryzon (2 months ago) |
| LoopSound | This command sets up play back a sound file (... | 2 | Bobysait (2 months ago) |
| EntityInView | Returns true if the specified entity is visible to the specified camera... | 2 | Bobysait (2 months ago) |
| Not | The NOT operator is used to determine if a condition is FALSE instead of TRUE... | 10 | Zethrax (6 months ago) |
| TFormNormal | Transforms between coordinate systems... | 2 | Zethrax (6 months ago) |
| Xor | Often used for lightweight (meaning worthless ;) encryption, this will take two values and perform an exclusive OR with each bit following the basic rules of XOR... | 2 | Yasha (6 months ago) |
| ReadPixel | Reads a color value from either the current buffer or the specified buffer... | 3 | Floyd (6 months ago) |
| CreateImage | Sometimes you want to create a completely new graphic on the fly (using other images, drawing commands, etc... | 1 | Zethrax (6 months ago) |
| ResizeImage | Similar to ScaleImage, but uses pixel values instead of percentages... | 1 | Zethrax (6 months ago) |
| ScaleImage | Use this command to rescale an image to a new size using a floating point percentage (1... | 1 | Zethrax (6 months ago) |
| WritePixelFast | Writes a colour value to either the current buffer or the specified buffer... | 1 | Zethrax (6 months ago) |
| ReadPixelFast | Reads a color value from either the current buffer or the specified buffer, and returns it... | 2 | Zethrax (6 months ago) |
| WritePixel | Writes a color value to either the current buffer or the specified buffer... | 1 | Zethrax (6 months ago) |
| CurrentDate | Returns the current date in the format: DD MON YYYY (i... | 1 | Zethrax (6 months ago) |
| CollisionNX | Returns the x component of the normal of a particular collision... | 3 | Hardcoal (7 months ago) |
| OpenFile | This command opens the designated file and prepares it to be updated... | 1 | simonh (9 months ago) |
| SaveImage | Saves an image or one of its frames to hard drive... | 3 | _PJ_ (10 months ago) |
| ScaleEntity | Scales an entity so that it is of an absolute size... | 3 | Yasha (10 months ago) |
| FlushKeys | This command 'resets' or 'empties out' the queue holding the keyboard inputs... | 1 | mv333 (1+ years ago) |
| OpenTCPStream | Use this command to open up a TCP/IP stream to the designated server and port... | 7 | tyoud (1+ years ago) |
| GrabImage | Quite possibly one of the most useful yet underdocumented, confusing commands in the Blitz Basic language is GrabImage... | 6 | Matty (1+ years ago) |
| GammaRed | Returns the current output red component of the gamma tables for the specified input red component... | 1 | mv333 (1+ years ago) |