[ b l i t z · b a s i c ]

The Blitz is back!

Commands


Automatically generated at 20:45:57 on Sep 2 2000

BASIC keywords

Abs, After, And, Before, Case, Const, Data, Default, Delete, Dim, Each, Else, Else If, ElseIf, End Function, End If, End Select, End Type, EndIf, Exit, False, Field, First, Float, For, Forever, Function, Global, Gosub, Goto, If, Insert, Int, Last, Local, Mod, New, Next, Not, Null, Or, Pi, Prev, Read, Repeat, Restore, Return, Sar, Select, Sgn, Shl, Shr, Step, String, Then, To, True, Type, Until, Wend, While, Xor

Blitzlibs functions

ACos# ( float# )
ASin# ( float# )
ATan# ( float# )
ATan2# ( floata#,floatb# )
Ceil# ( float# )
Cos# ( radians# )
Exp# ( float# )
Floor# ( float# )
JoyX# ( )
JoyY# ( )
JoyZ# ( )
Log# ( float# )
Log10# ( float# )
ReadFloat# ( file )
Rnd# ( from#,to# )
Sin# ( radians# )
Sqr# ( float# )
Tan# ( radians# )
Bin$ ( value )
Chr$ ( ascii )
CurrentDir$ ( )
Date$ ( )
Hex$ ( value )
Input$ ( prompt$ )
LSet$ ( string$,size )
Left$ ( string$,count )
Lower$ ( string$ )
Mid$ ( string$,start,count )
NetMsgData$ ( )
NetPlayerName$ ( player )
NextFile$ ( dir )
RSet$ ( string$,size )
ReadLine$ ( file )
ReadString$ ( file )
Replace$ ( string$,from$,to$ )
Right$ ( string$,count )
Time$ ( )
Trim$ ( string$ )
Upper$ ( string$ )
Asc ( string$ )
AvailVidMem ( )
BackBuffer ( )
ColorBlue ( )
ColorGreen ( )
ColorRed ( )
CopyImage ( image )
CopySound ( sound )
CountGfxModes ( )
CpuTimer ( )
CreateImage ( width,height,frames )
CreateNetPlayer ( name$ )
CreateTimer ( hertz )
Eof ( file )
ExecFile ( exefile$ )
FilePos ( file )
FileSize ( file$ )
FileType ( file$ )
FindGfxMode ( width,height,depth )
FontHeight ( )
FontWidth ( )
FrontBuffer ( )
GetJoy ( )
GetKey ( )
GetMouse ( )
GfxCaps ( )
GfxModeDepth ( mode )
GfxModeHeight ( mode )
GfxModeWidth ( mode )
GraphicsBuffer ( )
GraphicsDepth ( )
GraphicsHeight ( )
GraphicsWidth ( )
ImageBuffer ( image,frame )
ImageHeight ( image )
ImageRectCollide ( image,x,y,frame,rect_x,rect_y,rect_width,rect_height )
ImageRectOverlap ( image,x,y,rect_x,rect_y,rect_width,rect_height )
ImageWidth ( image )
ImageXHandle ( image )
ImageYHandle ( image )
ImagesCollide ( image1,x1,y1,frame1,image2,x2,y2,frame2 )
ImagesOverlap ( image1,x1,y1,image2,x2,y2 )
Instr ( string$,find$,from )
JoyDown ( button )
JoyHit ( button )
JoyType ( )
JoyWait ( )
JoyXDir ( )
JoyYDir ( )
JoyZDir ( )
KeyDown ( key )
KeyHit ( key )
Len ( string$ )
LoadAnimImage ( bmpfile$,cellwidth,cellheight,first,count )
LoadBuffer ( buffer,bmpfile$ )
LoadFont ( fontname$,height,bold,italic,underline )
LoadImage ( bmpfile$ )
LoadSound ( wavfile$ )
MilliSecs ( )
MouseDown ( button )
MouseHit ( button )
MouseWait ( )
MouseX ( )
MouseXSpeed ( )
MouseY ( )
MouseYSpeed ( )
MusicPlaying ( )
NetMsgFrom ( )
NetMsgTo ( )
NetMsgType ( )
NetPlayerLocal ( player )
OpenFile ( filename$ )
PlayMusic ( midifile$ )
ReadByte ( file )
ReadDir ( dirname$ )
ReadFile ( filename$ )
ReadInt ( file )
ReadShort ( file )
RectsOverlap ( x1,y1,width1,height1,x2,y2,width2,height2 )
RecvNetMsg ( )
SaveBuffer ( buffer,bmpfile$ )
SaveImage ( image,bmpfile$,frame )
ScanLine ( )
SeekFile ( file,pos )
SendNetMsg ( type,msg$,from_player,to_player,reliable )
SoundPlaying ( sound )
StartNetGame ( )
StringHeight ( string$ )
StringWidth ( string$ )
TotalVidMem ( )
WaitJoy ( )
WaitKey ( )
WaitMouse ( )
WaitTimer ( timer )
WriteFile ( filename$ )
AppTitle title$
AutoMidHandle enable
ChangeDir dir$
CloseDir dir
CloseFile file
Cls
ClsColor red,green,blue
Color red,green,blue
CopyFile file$,to$
CreateDir dir$
Delay millisecs
DeleteDir dir$
DeleteFile file$
DeleteNetPlayer player
DrawBlock image,x,y,frame
DrawBlockRect image,x,y,rect_x,rect_y,rect_width,rect_height,frame
DrawImage image,x,y,frame
DrawImageRect image,x,y,rect_x,rect_y,rect_width,rect_height,frame
End
EndGraphics
Flip sync
FreeFont font
FreeImage image
FreeSound sound
FreeTimer timer
GetColor x,y
GrabImage image,x,y,frame
Graphics width,height,depth
HandleImage image,x,y
Line x1,y1,x2,y2
Locate x,y
LoopSound sound
MaskImage image,red,green,blue
MidHandle image
Origin x,y
Oval x,y,width,height,solid
PauseMusic
PauseSound sound
PlaySound sound
Plot x,y
Print text$
Rect x,y,width,height,solid
ResizeImage image,width#,height#
ResumeMusic
ResumeSound sound
RotateImage image,angle#
RuntimeError message$
RuntimeStats
ScaleImage image,xscale#,yscale#
SeedRnd seed
SetBuffer buffer
SetFont font
SoundPan sound,pan#
SoundPitch sound,hertz
SoundVolume sound,volume#
Stop
StopMusic
StopNetGame
StopSound sound
TFormFilter enable
TFormImage image,a#,b#,c#,d#
Text x,y,text$,centre_x,centre_y
TileBlock image,x,y,frame
TileImage image,x,y,frame
VWait frames
Viewport x,y,width,height
WantGfxCaps caps
Write text$
WriteByte file,byte
WriteFloat file,float#
WriteInt file,int
WriteLine file,string$
WriteShort file,short
WriteString file,string$

Home | News | Worklog | Downloads | Press | FAQ | Screenshots | Commands | Examples | Talent pool | Discussion groups | Links