Voxellancer
0.3
A game about voxels in space
|
This is the complete list of members for Timer, 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() (defined in EventPoll) | EventPoll | 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 |
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 | |
specialOnCallback() override (defined in Timer) | Timer | 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 |