|
Voxellancer
0.3
A game about voxels in space
|
This is the complete list of members for SingleShotTimer, including all inherited members.
| doCallback() (defined in EventPoll) | EventPoll | protected |
| EventPoll(const std::function< void()> &callback) (defined in EventPoll) | EventPoll | |
| handle() (defined in EventPoll) | EventPoll | |
| INVALID_KEY (defined in Scriptable) | Scriptable | static |
| isActive() const (defined in EventPoll) | EventPoll | |
| isDead() override (defined in SingleShotTimer) | SingleShotTimer | virtual |
| isScriptLocal() const (defined in Scriptable) | Scriptable | |
| m_active (defined in EventPoll) | EventPoll | protected |
| m_callback (defined in EventPoll) | EventPoll | protected |
| m_countdown (defined in Timer) | Timer | protected |
| m_handle (defined in EventPoll) | EventPoll | protected |
| m_interval (defined in Timer) | Timer | protected |
| m_key (defined in Scriptable) | Scriptable | protected |
| m_local (defined in Scriptable) | Scriptable | protected |
| m_scheduledCalls (defined in Timer) | Timer | protected |
| m_ticking (defined in SingleShotTimer) | SingleShotTimer | protected |
| poll() override (defined in Timer) | Timer | protectedvirtual |
| Scriptable() (defined in Scriptable) | Scriptable | |
| scriptKey() const (defined in Scriptable) | Scriptable | |
| setActive(bool active) (defined in EventPoll) | EventPoll | |
| setScriptKey(int key) (defined in Scriptable) | Scriptable | |
| setScriptLocal(bool local) (defined in Scriptable) | Scriptable | |
| SingleShotTimer(float interval, const std::function< void()> &callback) (defined in SingleShotTimer) | SingleShotTimer | |
| specialOnCallback() override (defined in SingleShotTimer) | SingleShotTimer | protectedvirtual |
| Timer(float interval, const std::function< void()> &callback) (defined in Timer) | Timer | |
| update(float deltaSec) override (defined in Timer) | Timer | virtual |
| ~EventPoll() (defined in EventPoll) | EventPoll | |
| ~Scriptable() (defined in Scriptable) | Scriptable | virtual |