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
HostIPReturns an integer IP address for the specified host...0Nobody (1+ years ago)
HostNetGameThis allows you to bypass the 'standard' networked game dialog box (normally using StartNetGame) and start a hosted game directly...0Nobody (1+ years ago)
HTMLViewBackReturns to the page previously displayed...0Nobody (1+ years ago)
HTMLViewForwardAdvances to the next page displayed...0Nobody (1+ years ago)
IfIf is used to check the value of a variable and see if a certain condition is true or false...0Nobody (1+ years ago)
ImageBufferThere are 1000 reasons for this command...0Nobody (1+ years ago)
ImageHeightUse this command and ImageWidth to return the size of the given image (using the handle assigned when the image was loaded with LoadImage) in pixels...0Nobody (1+ years ago)
ImageRectCollideThere are many times when you need to see if an image has collided with (or is touching) a specific rectangular area of the screen...0Nobody (1+ years ago)
ImageRectOverlapThere are many times when you need to see if an image has collided with (or is touching) a specific rectangular area of the screen...0Nobody (1+ years ago)
ImagesCollideThis is THE command to get pixel-perfect collisions between images...0Nobody (1+ years ago)
ImagesOverlapThis is a very fast, simple collision type command that will allow you to determine whether or not two images have overlapped each other...0Nobody (1+ years ago)
ImageWidthUse this command and ImageHeight to return the size of the given image (using the handle assigned when the image was loaded with LoadImage) in pixels...0Nobody (1+ years ago)
ImageXHandleIt is occasionally useful to determine the location of an image's image handle...0Nobody (1+ years ago)
ImageYHandleIt is occasionally useful to determine the location of an image's image handle...0Nobody (1+ years ago)
InsertGadgetItemInserts an item at any point in a container gadget...0Nobody (1+ years ago)
InsertTreeViewNodeInsertTreeViewNode creates a treeview node at the specified index within the parent's children, and returns its handle...0Nobody (1+ years ago)
InstrThis command will allow you to search for an occurance of a string within another string...0Nobody (1+ years ago)
IntConverts the value to the nearest integer...0Nobody (1+ years ago)
JoinNetGameUse this command to join a network game, bypassing the dialog box normally endured with the StartNetGame command...0Nobody (1+ years ago)
JoyDownThis command (and its counterparts KeyDown and MouseDown) is used to detect if a joystick button is being held down...0Nobody (1+ years ago)
JoyHatJoyHat returns the state of a joystick 'hat' or 'pov' (point-of-view) control...0Nobody (1+ years ago)
JoyHitThis command returns the number of times a specified joystick button has been hit since the last time you called the JoyHit() command...0Nobody (1+ years ago)
JoyPitchReturns the pitch value of a joystick...0Nobody (1+ years ago)
JoyRollReturns the roll value of a joystick...0Nobody (1+ years ago)
JoyTypeThis command returns the type of joystick that is currently connected to the computer...0Nobody (1+ years ago)