Home
Products
Community
Manuals
Contact
Login or Signup

BlitzMax Manual

Special Forums/BlitzMax Manual

BlitzMax 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 25 26 27
Command
Description
Posts
Last post
GetGraphicsModeGet information about a graphics mode GetGraphicsMode returns information about a specific graphics mode...0Nobody (1+ years ago)
GetHandleGet current drawing handle...0Nobody (1+ years ago)
GetImageFontGet current image font...0Nobody (1+ years ago)
GetLineWidthGet line width0Nobody (1+ years ago)
GetMaskColorGet red, green and blue component of current mask color0Nobody (1+ years ago)
GetOriginGet current origin position...0Nobody (1+ years ago)
GetRotationGet current Max2D rotation setting...0Nobody (1+ years ago)
GetScaleGet current Max2D scale settings...0Nobody (1+ years ago)
GetViewportGet dimensions of current Viewport...0Nobody (1+ years ago)
GLAdjustTexSizeHelper function to calculate nearest valid texture size This functions rounds width and height up to the nearest valid texture size0Nobody (1+ years ago)
GLDrawPixmapHelper function to draw a pixmap to a gl context Draws the pixmap relative to top-left of current viewport...0Nobody (1+ years ago)
GLDrawRectHelper function to output a simple rectangle Draws a rectangle relative to top-left of current viewport...0Nobody (1+ years ago)
GLDrawTextHelper function to output some simple 8x16 font text Draws text relative to top-left of current viewport...0Nobody (1+ years ago)
GLGraphicsCreate OpenGL graphics This is a convenience function that allows you to easily create an OpenGL graphics context...0Nobody (1+ years ago)
GLGraphicsDriverGet OpenGL graphics driver The returned driver can be used with SetGraphicsDriver0Nobody (1+ years ago)
GLMax2DDriverGet OpenGL Max2D Driver The returned driver can be used with SetGraphicsDriver to enable OpenGL Max2D rendering...0Nobody (1+ years ago)
GlobalDeclare a Global variable0Nobody (1+ years ago)
GNetConnectConnect to a remote GNet host Attempts to connect host to the specified remote address and port...0Nobody (1+ years ago)
GNetListenListen for connections Causes host to start listening for connection attempts on the specified port...0Nobody (1+ years ago)
GNetMessageObjectGet message target object0Nobody (1+ years ago)
GNetMessagesGet a list of GNet messages sent to local objects0Nobody (1+ years ago)
GNetObjectLocalDetermine whether a GNet object is local0Nobody (1+ years ago)
GNetObjectRemoteDetermine whether a GNet object is remote0Nobody (1+ years ago)
GNetObjectsGet a list of GNet objects GNetObjects returns a list of GNet objects in a certain state...0Nobody (1+ years ago)
GNetObjectStateGet state of a GNet object The returned value can be one of the following:
Object StateMeaning
GNET_CREATEDObject has been created
GNET_SYNCEDObject is in sync
GNET_MODIFIEDObject has been modified
GNET_CLOSEDObject has been closed
GNET_ZOMBIEObject is a zombie
GNET_MESSAGEObject is a message object
Zombie objects are objects that have been successfully closed and will never again be used by GameNet...
0Nobody (1+ years ago)