The search keyword must be a single word (no spaces).
Function TimerDialogSetSpeed
- Line
- 3527
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- timerdialog whichDialog, real speedMultFactor
- Returns
- nothing
| 3527 | native TimerDialogSetSpeed takes timerdialog whichDialog, real speedMultFactor returns nothing |
| 3528 | native TimerDialogDisplay takes timerdialog whichDialog, boolean display returns nothing |
| 3529 | native IsTimerDialogDisplayed takes timerdialog whichDialog returns boolean |
| 3530 | native TimerDialogSetRealTimeRemaining takes timerdialog whichDialog, real timeRemaining returns nothing |
| 3531 | |
| 3532 | //============================================================================
|