| | | |
| Object | Object Type | 0 | Nobody (1+ years ago) |
| OnEnd | Add a function to be called when the program ends
OnEnd allows you to specify a function to be called when the program ends... | 0 | Nobody (1+ years ago) |
| OpenALInstalled | Check if OpenAL is installed... | 0 | Nobody (1+ years ago) |
| OpenFile | Open a file for input and/or output... | 0 | Nobody (1+ years ago) |
| OpenStream | Open a stream for reading/writing
All streams created by OpenStream, ReadStream or WriteStream should eventually be
closed using CloseStream... | 0 | Nobody (1+ years ago) |
| OpenURL | Opens a URL with the system's default web browser... | 0 | Nobody (1+ years ago) |
| Or | Conditional 'Or' binary operator | 0 | Nobody (1+ years ago) |
| PauseChannel | Pause audio channel playback
Pauses audio channel playback... | 0 | Nobody (1+ years ago) |
| PeekByte | Peek a byte from a bank
A byte is an unsigned 8 bit value with a range of 0... | 0 | Nobody (1+ years ago) |
| PeekDouble | Peek a double from a bank
A double requires 8 bytes of storage | 0 | Nobody (1+ years ago) |
| PeekEvent | Examine the next event in the event queue
PeekEvent examines the next event in the event queue, without removing it from the
event queue or modifying the CurrentEvent global variable... | 0 | Nobody (1+ years ago) |
| PeekFloat | Peek a float from a bank
A float requires 4 bytes of storage | 0 | Nobody (1+ years ago) |
| PeekInt | Peek an int from a bank
An int is a signed 32 bit value (4 bytes)... | 0 | Nobody (1+ years ago) |
| PeekLong | Peek a long integer from a bank
A long is a 64 bit integer that requires 8 bytes of memory... | 0 | Nobody (1+ years ago) |
| PeekShort | Peek a short from a bank
A short is an unsigned 16 bit (2 bytes) value with a range of 0... | 0 | Nobody (1+ years ago) |
| Pi | Constant Pi value: 3... | 0 | Nobody (1+ years ago) |
| PixmapFormat | Get pixmap format
See CreatePixmap for supported formats... | 0 | Nobody (1+ years ago) |
| PixmapFromIconStrip | Returns a pixmap containing either a copy of the original icon-strip or just the specified icon... | 0 | Nobody (1+ years ago) |
| PixmapHeight | Get pixmap width | 0 | Nobody (1+ years ago) |
| PixmapPitch | Get pixmap pitch
Pitch refers to the difference, in bytes, between the start of one row of pixels and the start of the next row... | 0 | Nobody (1+ years ago) |
| PixmapPixelPtr | Get pixmap pixels | 0 | Nobody (1+ years ago) |
| PixmapWidth | Get pixmap width | 0 | Nobody (1+ years ago) |
| PlaySound | Play a sound
PlaySound starts a sound playing through an audio channel... | 0 | Nobody (1+ years ago) |
| Plot | Plot a pixel
Sets the color of a single pixel on the back buffer to the current drawing color
defined with the SetColor command... | 0 | Nobody (1+ years ago) |
| PokeByte | Poke a byte into a bank | 0 | Nobody (1+ years ago) |