|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
This is the complete list of members for Ship::Tickable, including all inherited members.
| CanStart() | Ship::Tickable | protectedvirtual |
| CanStop() | Ship::Tickable | protectedvirtual |
| GetActionList() | Ship::Tickable | |
| GetActionList() const | Ship::Tickable | |
| GetMutex() | Ship::Tickable | protected |
| GetTime(const ClockType clockType) const | Ship::Tickable | |
| IsTicking() const | Ship::Tickable | |
| Start(const bool force=false) | Ship::Tickable | |
| Started(const bool forced) | Ship::Tickable | protectedvirtual |
| Stop(const bool force=false) | Ship::Tickable | |
| Stopped(const bool forced) | Ship::Tickable | protectedvirtual |
| Tick(EventID eventId) | Ship::Tickable | |
| Tick(const std::vector< EventID > &eventIds) | Ship::Tickable | |
| Tick(const std::vector< EventID > &eventIds) | Ship::Tickable | |
| Tick(EventID eventId) | Ship::Tickable | |
| Tickable(const bool isTicking=true) | Ship::Tickable | |
| Tickable(const bool isTicking, const std::vector< std::shared_ptr< Action > > &actions) | Ship::Tickable | |
| ~Tickable() | Ship::Tickable | virtual |