| | | |
| GetGraphicsMode | Get information about a graphics mode
GetGraphicsMode returns information about a specific graphics mode... | 0 | Nobody (1+ years ago) |
| GetHandle | Get current drawing handle... | 0 | Nobody (1+ years ago) |
| GetImageFont | Get current image font... | 0 | Nobody (1+ years ago) |
| GetLineWidth | Get line width | 0 | Nobody (1+ years ago) |
| GetMaskColor | Get red, green and blue component of current mask color | 0 | Nobody (1+ years ago) |
| GetOrigin | Get current origin position... | 0 | Nobody (1+ years ago) |
| GetRotation | Get current Max2D rotation setting... | 0 | Nobody (1+ years ago) |
| GetScale | Get current Max2D scale settings... | 0 | Nobody (1+ years ago) |
| GetViewport | Get dimensions of current Viewport... | 0 | Nobody (1+ years ago) |
| GLAdjustTexSize | Helper function to calculate nearest valid texture size
This functions rounds width and height up to the nearest valid texture size | 0 | Nobody (1+ years ago) |
| GLDrawPixmap | Helper function to draw a pixmap to a gl context
Draws the pixmap relative to top-left of current viewport... | 0 | Nobody (1+ years ago) |
| GLDrawRect | Helper function to output a simple rectangle
Draws a rectangle relative to top-left of current viewport... | 0 | Nobody (1+ years ago) |
| GLDrawText | Helper function to output some simple 8x16 font text
Draws text relative to top-left of current viewport... | 0 | Nobody (1+ years ago) |
| GLGraphics | Create OpenGL graphics
This is a convenience function that allows you to easily create an OpenGL graphics context... | 0 | Nobody (1+ years ago) |
| GLGraphicsDriver | Get OpenGL graphics driver
The returned driver can be used with SetGraphicsDriver | 0 | Nobody (1+ years ago) |
| GLMax2DDriver | Get OpenGL Max2D Driver
The returned driver can be used with SetGraphicsDriver to enable OpenGL Max2D
rendering... | 0 | Nobody (1+ years ago) |
| Global | Declare a Global variable | 0 | Nobody (1+ years ago) |
| GNetConnect | Connect to a remote GNet host
Attempts to connect host to the specified remote address and port... | 0 | Nobody (1+ years ago) |
| GNetListen | Listen for connections
Causes host to start listening for connection attempts on the specified port... | 0 | Nobody (1+ years ago) |
| GNetMessageObject | Get message target object | 0 | Nobody (1+ years ago) |
| GNetMessages | Get a list of GNet messages sent to local objects | 0 | Nobody (1+ years ago) |
| GNetObjectLocal | Determine whether a GNet object is local | 0 | Nobody (1+ years ago) |
| GNetObjectRemote | Determine whether a GNet object is remote | 0 | Nobody (1+ years ago) |
| GNetObjects | Get a list of GNet objects
GNetObjects returns a list of GNet objects in a certain state... | 0 | Nobody (1+ years ago) |
| GNetObjectState | Get state of a GNet object
The returned value can be one of the following:
| Object State | Meaning |
| GNET_CREATED | Object has been created |
| GNET_SYNCED | Object is in sync |
| GNET_MODIFIED | Object has been modified |
| GNET_CLOSED | Object has been closed |
| GNET_ZOMBIE | Object is a zombie |
| GNET_MESSAGE | Object is a message object |
Zombie objects are objects that have been successfully closed and will never again be used
by GameNet... | 0 | Nobody (1+ years ago) |