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
SystemPropertySystemProperty is used to 'find out' certain system-specific things that are external to the currently running program...4DrakeX (4 days ago)
AndAND is a logical operator for doing conditional checks of multiple values and/or expressions...7Yasha (2 months ago)
OrA logical expression to return a boolean TRUE or FALSE comparison of expressions or values...4DrakeX (2 months ago)
CreateTextureCreates a texture and returns its handle...3Kryzon (2 months ago)
LoopSoundThis command sets up play back a sound file (...2Bobysait (2 months ago)
EntityInViewReturns true if the specified entity is visible to the specified camera...2Bobysait (2 months ago)
NotThe NOT operator is used to determine if a condition is FALSE instead of TRUE...10Zethrax (6 months ago)
TFormNormalTransforms between coordinate systems...2Zethrax (7 months 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...2Yasha (7 months ago)
ReadPixelReads a color value from either the current buffer or the specified buffer...3Floyd (7 months ago)
CreateImageSometimes you want to create a completely new graphic on the fly (using other images, drawing commands, etc...1Zethrax (7 months ago)
ResizeImageSimilar to ScaleImage, but uses pixel values instead of percentages...1Zethrax (7 months ago)
ScaleImageUse this command to rescale an image to a new size using a floating point percentage (1...1Zethrax (7 months ago)
WritePixelFastWrites a colour value to either the current buffer or the specified buffer...1Zethrax (7 months ago)
ReadPixelFastReads a color value from either the current buffer or the specified buffer, and returns it...2Zethrax (7 months ago)
WritePixelWrites a color value to either the current buffer or the specified buffer...1Zethrax (7 months ago)
CurrentDateReturns the current date in the format: DD MON YYYY (i...1Zethrax (7 months ago)
CollisionNXReturns the x component of the normal of a particular collision...3Hardcoal (8 months ago)
OpenFileThis command opens the designated file and prepares it to be updated...1simonh (10 months ago)
SaveImageSaves an image or one of its frames to hard drive...3_PJ_ (11 months ago)
ScaleEntityScales an entity so that it is of an absolute size...3Yasha (11 months ago)
FlushKeysThis command 'resets' or 'empties out' the queue holding the keyboard inputs...1mv333 (1+ years ago)
OpenTCPStreamUse this command to open up a TCP/IP stream to the designated server and port...7tyoud (1+ years ago)
GrabImageQuite possibly one of the most useful yet underdocumented, confusing commands in the Blitz Basic language is GrabImage...6Matty (1+ years ago)
GammaRedReturns the current output red component of the gamma tables for the specified input red component...1mv333 (1+ years ago)