|
SpaceNLasers
|
Class to manage delayed actions similar to setTimeout in JS. More...


Public Member Functions | |
| def | __init__ |
| def | Update (self, dt) |
Static Public Member Functions | |
| def | Add (action, time, kwargs) |
| def | UpdateAll (dt) |
| def | Remove (obj) |
| def | Clear () |
Public Attributes | |
| action | |
| time | |
| done | |
| originalTime | |
Class to manage delayed actions similar to setTimeout in JS.
| def lib.CountdownTimer.CountdownTimer.__init__ | ( | self, | |
| action, | |||
| time, | |||
loop = False |
|||
| ) |
|
static |
|
static |
|
static |
| def lib.CountdownTimer.CountdownTimer.Update | ( | self, | |
| dt | |||
| ) |
|
static |
| lib.CountdownTimer.CountdownTimer.action |
| lib.CountdownTimer.CountdownTimer.done |
| lib.CountdownTimer.CountdownTimer.originalTime |
| lib.CountdownTimer.CountdownTimer.time |
1.8.9.1