Home
Products
Community
Manuals
Contact
Login or Signup

Blitz3D Manual

Special Forums/Blitz3D Manual

Blitz3D Manual

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Command
Description
Posts
Last post
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)
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)
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)
JoyUReturns a float value between -1 and 1 that represents the U value of a joystick's output...0Nobody (1+ years ago)
JoyUDirReturns an integer value between -1 and 1 that represents the U value of a joystick's output...0Nobody (1+ years ago)
JoyVReturns a float value between -1 and 1 that represents the V value of a joystick's output...0Nobody (1+ years ago)
JoyVDirReturns an integer value between -1 and 1 that represents the V value of a joystick's output...0Nobody (1+ years ago)
JoyXThis command returns the value of the x-axis of the joystick...0Nobody (1+ years ago)
JoyXDirThis command returns the direction of the x-axis of the joystick being pressed...0Nobody (1+ years ago)
JoyYThis command returns the value of the x-axis of the joystick...0Nobody (1+ years ago)
JoyYawReturns the yaw value of a joystick...0Nobody (1+ years ago)
JoyYDirThis command returns the direction of the Y-axis of the joystick being pressed...0Nobody (1+ years ago)
JoyZDirThis command returns the direction of the Z-axis of the joystick being pressed...0Nobody (1+ years ago)
LastIf you haven't read up on the TYPE command, you might want to do so before continuing...0Nobody (1+ years ago)
LeftUse this command to get a certain number of the leftmost letters of a string...0Nobody (1+ years ago)
LenThis will let you determine the length (number of letters, spaces, characters, numbers, etc) inside a string...0Nobody (1+ years ago)
LightColorSets the color of a light...0Nobody (1+ years ago)