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
SetTextAreaFontSet the font of a TextArea gadget...0Nobody (1+ years ago)
SetTextAreaTabsSet the tab size of a TextArea gadget...0Nobody (1+ years ago)
SetTextAreaTextSet the contents of a TextArea gadget...0Nobody (1+ years ago)
SetTransformSet current rotation and scale SetTransform is a shortcut for setting both the rotation and scale parameters in Max2D with a single function call...0Nobody (1+ years ago)
SetViewportSet drawing viewport The current ViewPort defines an area within the back buffer that all drawing is clipped to...0Nobody (1+ years ago)
SgnNumeric 'sign' unary operator0Nobody (1+ years ago)
ShlBitwise 'Shift left' binary operator0Nobody (1+ years ago)
ShortUnsigned 16 bit integer Type0Nobody (1+ years ago)
ShowGadgetMake a gadget visible...0Nobody (1+ years ago)
ShowMouseMake the mouse pointer visible0Nobody (1+ years ago)
ShrBitwise 'Shift right' binary operator0Nobody (1+ years ago)
SinhHyperbolic sine of x0Nobody (1+ years ago)
SizeOfSize, in bytes, occupied by a variable, string, array or object0Nobody (1+ years ago)
SliderValueGet the position of a Slider gadget...0Nobody (1+ years ago)
SocketAcceptAccept new connections on a listening socket The specified socket must be a TCP socket, and must be listening...0Nobody (1+ years ago)
SocketConnectedGet socket connection status SocketConnected allows you to determine if a TCP connection is still alive or has been remotely closed...0Nobody (1+ years ago)
SocketListenStart listening at a socket The specified socket must be a TCP socket, and must already be bound to a local port...0Nobody (1+ years ago)
SocketLocalIPGet local ip of a socket0Nobody (1+ years ago)
SocketLocalPortGet local port of a socket0Nobody (1+ years ago)
SocketReadAvailGet number of bytes available for reading from a socket0Nobody (1+ years ago)
SocketRemoteIPGet remote ip of a socket0Nobody (1+ years ago)
SocketRemotePortGet remote port of a socket0Nobody (1+ years ago)
SocketStreamSocketGet underlying socket from a socket stream0Nobody (1+ years ago)
SqrSquare root of x0Nobody (1+ years ago)
StepSpecifies an optional constant that is used to increment the For iterator...0Nobody (1+ years ago)