| | | |
| SetTextAreaFont | Set the font of a TextArea gadget... | 0 | Nobody (1+ years ago) |
| SetTextAreaTabs | Set the tab size of a TextArea gadget... | 0 | Nobody (1+ years ago) |
| SetTextAreaText | Set the contents of a TextArea gadget... | 0 | Nobody (1+ years ago) |
| SetTransform | Set current rotation and scale
SetTransform is a shortcut for setting both the rotation and
scale parameters in Max2D with a single function call... | 0 | Nobody (1+ years ago) |
| SetViewport | Set drawing viewport
The current ViewPort defines an area within the back buffer that all drawing is clipped to... | 0 | Nobody (1+ years ago) |
| Sgn | Numeric 'sign' unary operator | 0 | Nobody (1+ years ago) |
| Shl | Bitwise 'Shift left' binary operator | 0 | Nobody (1+ years ago) |
| Short | Unsigned 16 bit integer Type | 0 | Nobody (1+ years ago) |
| ShowGadget | Make a gadget visible... | 0 | Nobody (1+ years ago) |
| ShowMouse | Make the mouse pointer visible | 0 | Nobody (1+ years ago) |
| Shr | Bitwise 'Shift right' binary operator | 0 | Nobody (1+ years ago) |
| Sinh | Hyperbolic sine of x | 0 | Nobody (1+ years ago) |
| SizeOf | Size, in bytes, occupied by a variable, string, array or object | 0 | Nobody (1+ years ago) |
| SliderValue | Get the position of a Slider gadget... | 0 | Nobody (1+ years ago) |
| SocketAccept | Accept new connections on a listening socket
The specified socket must be a TCP socket, and must be listening... | 0 | Nobody (1+ years ago) |
| SocketConnected | Get socket connection status
SocketConnected allows you to determine if a TCP connection is still
alive or has been remotely closed... | 0 | Nobody (1+ years ago) |
| SocketListen | Start listening at a socket
The specified socket must be a TCP socket, and must already be bound to a local port... | 0 | Nobody (1+ years ago) |
| SocketLocalIP | Get local ip of a socket | 0 | Nobody (1+ years ago) |
| SocketLocalPort | Get local port of a socket | 0 | Nobody (1+ years ago) |
| SocketReadAvail | Get number of bytes available for reading from a socket | 0 | Nobody (1+ years ago) |
| SocketRemoteIP | Get remote ip of a socket | 0 | Nobody (1+ years ago) |
| SocketRemotePort | Get remote port of a socket | 0 | Nobody (1+ years ago) |
| SocketStreamSocket | Get underlying socket from a socket stream | 0 | Nobody (1+ years ago) |
| Sqr | Square root of x | 0 | Nobody (1+ years ago) |
| Step | Specifies an optional constant that is used to increment the For iterator... | 0 | Nobody (1+ years ago) |