|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
This is the complete list of members for Ship::Action, including all inherited members.
| Action(std::shared_ptr< Tickable > tickable) | Ship::Action | |
| ActionRan()=0 | Ship::Action | protectedpure virtual |
| CanStart() | Ship::Action | virtual |
| CanStop() | Ship::Action | virtual |
| GetContext() const | Ship::Part | |
| GetId() const | Ship::Part | |
| GetTickable() const | Ship::Action | |
| GetTime(const ClockType clockType) const | Ship::Action | |
| IsRunning() const | Ship::Action | |
| OnAdded(bool forced) | Ship::Part | protectedvirtual |
| OnRemoved(bool forced) | Ship::Part | protectedvirtual |
| operator==(const Part &other) const | Ship::Part | |
| Part() | Ship::Part | |
| Part(std::shared_ptr< Context > context) | Ship::Part | explicit |
| Run() | Ship::Action | |
| SetContext(std::shared_ptr< Context > ctx) | Ship::Part | |
| Start(const bool force=false) | Ship::Action | |
| Started(const bool forced) | Ship::Action | virtual |
| Stop(const bool force=false) | Ship::Action | |
| Stopped(const bool forced) | Ship::Action | virtual |
| ~Action()=default | Ship::Action | virtual |
| ~Part()=default | Ship::Part | virtual |