Public Member Functions | |
| DelayTask (Process &process, uint32 millis) | |
| DelayTask (Process &process, Common::Serializer &s) | |
| TaskReturn | run () override |
| void | debugPrint () override |
| void | syncGame (Common::Serializer &s) override |
| const char * | taskName () const override |
Public Member Functions inherited from Alcachofa::Task | |
| Task (Process &process) | |
| Process & | process () const |
Additional Inherited Members | |
Protected Member Functions inherited from Alcachofa::Task | |
| Task * | delay (uint32 millis) |
| void | syncObjectAsString (Common::Serializer &s, ObjectBase *&object, bool optional=false) const |
| template<class TObject > | |
| void | syncObjectAsString (Common::Serializer &s, TObject *&object, bool optional=false) const |
Protected Attributes inherited from Alcachofa::Task | |
| uint32 | _stage = 0 |