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
CreateTimerThis command will create a timer that will generate a Timer Tick event at the requested frequency...0Nobody (1+ years ago)
CreateToolBarCreateToolBar creates a toolbar gadget and returns a handle to it...0Nobody (1+ years ago)
CreateUDPStreamIf no port is specified, a free port will be allocated and you can then use UDPStreamPort() to find out the allocated port...0Nobody (1+ years ago)
CurrentDateReturns the current date in the format: DD MON YYYY (i...0Nobody (1+ years ago)
CurrentDirThis command will return the currently selected directory for disk operations, useful for advanced file operations...0Nobody (1+ years ago)
CurrentTimeReturns the current time in the format: HH:MM:SS (i...0Nobody (1+ years ago)
DataData is used to create neat, comma delimited lists of values of a constant nature that you will be reading (and probably reusing) during the execution of your game...0Nobody (1+ years ago)
DebugLogYou power programmers will just love this...0Nobody (1+ years ago)
DefaultIn a SELECT structure, you may wish to execute code if none of the cases you specify are met...0Nobody (1+ years ago)
DelayThis command stops all program execution for the designated time period...0Nobody (1+ years ago)
DeleteIf you haven't read up on the TYPE command, you might want to do so before continuing...0Nobody (1+ years ago)
DeleteDirDeletes a specified folder/directory from the device...0Nobody (1+ years ago)
DeleteNetPlayerUsing the playerID generated by the CreateNetPlayer command, this command will remove the designated player from the network game...0Nobody (1+ years ago)
DesktopReturns a gadget representing the users desktop...0Nobody (1+ years ago)
DimCreates an array of the specified type...0Nobody (1+ years ago)
DisableGadgetDisables the specified gadget...0Nobody (1+ years ago)
DisableMenuDisableMenu disables a menu...0Nobody (1+ years ago)
DisableToolBarItemEnableToolBarItem and DisableToolBarItem allow you to enable and disable individual toolbar buttons...0Nobody (1+ years ago)
DottedIPNone...0Nobody (1+ years ago)
DrawBlockThis is similar to the DrawImage command except that any transparency or MaskImage is ignored and the entire image (including masked colors) is drawn...0Nobody (1+ years ago)
DrawBlockRectThis command will let you draw a rectangular PORTION of an image to the designated location on the screen...0Nobody (1+ years ago)
DrawImageThis command draws a previously loaded image...0Nobody (1+ years ago)
DrawImageRectThis command will let you draw a rectangular PORTION of an image to the designated location on the screen...0Nobody (1+ years ago)
DrawMovieViewport and origin are not taken into account, and the movie must be positioned entirely 'on screen', otherwsie nothing will be drawn...0Nobody (1+ years ago)
Else IfDuring a standard IF ...0Nobody (1+ years ago)