| | | |
| CreateTimer | This command will create a timer that will generate a Timer Tick event at the requested frequency... | 0 | Nobody (1+ years ago) |
| CreateToolBar | CreateToolBar creates a toolbar gadget and returns a handle to it... | 0 | Nobody (1+ years ago) |
| CreateUDPStream | If no port is specified, a free port will be allocated and you can then use UDPStreamPort() to find out the allocated port... | 0 | Nobody (1+ years ago) |
| CurrentDate | Returns the current date in the format: DD MON YYYY (i... | 0 | Nobody (1+ years ago) |
| CurrentDir | This command will return the currently selected directory for disk operations, useful for advanced file operations... | 0 | Nobody (1+ years ago) |
| CurrentTime | Returns the current time in the format: HH:MM:SS (i... | 0 | Nobody (1+ years ago) |
| Data | Data is used to create neat, comma delimited lists of values of a constant nature that you will be reading (and probably reusing) during the execution of your game... | 0 | Nobody (1+ years ago) |
| DebugLog | You power programmers will just love this... | 0 | Nobody (1+ years ago) |
| Default | In a SELECT structure, you may wish to execute code if none of the cases you specify are met... | 0 | Nobody (1+ years ago) |
| Delay | This command stops all program execution for the designated time period... | 0 | Nobody (1+ years ago) |
| Delete | If you haven't read up on the TYPE command, you might want to do so before continuing... | 0 | Nobody (1+ years ago) |
| DeleteDir | Deletes a specified folder/directory from the device... | 0 | Nobody (1+ years ago) |
| DeleteNetPlayer | Using the playerID generated by the CreateNetPlayer command, this command will remove the designated player from the network game... | 0 | Nobody (1+ years ago) |
| Desktop | Returns a gadget representing the users desktop... | 0 | Nobody (1+ years ago) |
| Dim | Creates an array of the specified type... | 0 | Nobody (1+ years ago) |
| DisableGadget | Disables the specified gadget... | 0 | Nobody (1+ years ago) |
| DisableMenu | DisableMenu disables a menu... | 0 | Nobody (1+ years ago) |
| DisableToolBarItem | EnableToolBarItem and DisableToolBarItem allow you to enable and disable individual toolbar buttons... | 0 | Nobody (1+ years ago) |
| DottedIP | None... | 0 | Nobody (1+ years ago) |
| DrawBlock | This is similar to the DrawImage command except that any transparency or MaskImage is ignored and the entire image (including masked colors) is drawn... | 0 | Nobody (1+ years ago) |
| DrawBlockRect | This command will let you draw a rectangular PORTION of an image to the designated location on the screen... | 0 | Nobody (1+ years ago) |
| DrawImage | This command draws a previously loaded image... | 0 | Nobody (1+ years ago) |
| DrawImageRect | This command will let you draw a rectangular PORTION of an image to the designated location on the screen... | 0 | Nobody (1+ years ago) |
| DrawMovie | Viewport and origin are not taken into account, and the movie must be positioned entirely 'on screen', otherwsie nothing will be drawn... | 0 | Nobody (1+ years ago) |
| Else If | During a standard IF ... | 0 | Nobody (1+ years ago) |