Home
Products
Community
Manuals
Contact
Login or Signup

BlitzPlus Manual

Special Forums/BlitzPlus Manual

BlitzPlus Manual

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Command
Description
Posts
Last post
UntilThis portion of the REPEAT ...0Nobody (1+ years ago)
UpdateGammaUpdateGamma should be used after a series of @SetGamma commands in order to effect actual changes...0Nobody (1+ years ago)
UpdateProgBarChanges the amount of 'progress' indicated by a progress bar gadget...0Nobody (1+ years ago)
UpperThis command takes the given string and converts it entirely to upper case...0Nobody (1+ years ago)
VWaitVWait 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...0Nobody (1+ years ago)
WaitMouseThis command makes your program halt until a mouse button is pressed on the mouse...0Nobody (1+ years ago)
WendThis is the command that tells program execution to branch to the beginning of the WHILE/WEND loop at the WHILE command...0Nobody (1+ years ago)
WhileThe 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...0Nobody (1+ years ago)
WindowMaximizedReturns true if the specified window is currently maximized...0Nobody (1+ years ago)
WindowMenuReturns the menu associated with the specified window...0Nobody (1+ years ago)
WindowMinimizedReturns true if the specified window is currently minimized...0Nobody (1+ years ago)
WriteWrites a string to the front buffer (i...0Nobody (1+ years ago)
WriteByteOnce 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...0Nobody (1+ years ago)
WriteBytesYou can write the contents of a memory bank to a file on disk (or stream) using this command...0Nobody (1+ years ago)
WriteFloatOnce you've opened a disk file (or stream) for writing, use this command to write a single floating point number to the file...0Nobody (1+ years ago)
WriteIntOnce you've opened a disk file (or stream) for writing, use this command to write a single integer value to the file...0Nobody (1+ years ago)
WriteLineOnce you've opened a disk file (or stream) for writing, use this command to right a whole line of text to the file...0Nobody (1+ years ago)
WritePixelWrites a color value to either the current buffer or the specified buffer...0Nobody (1+ years ago)
WritePixelFastWrites a colour value to either the current buffer or the specified buffer...0Nobody (1+ years ago)
WriteShortOnce 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...0Nobody (1+ years ago)
WriteStringOnce you've opened a disk file (or stream) for writing, use this command to write a string variable to the file...0Nobody (1+ years ago)
XorOften 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...0Nobody (1+ years ago)