libER 0.1.4.2
ELDEN RING API library
|
The base task interface. More...
#include <fd4_task.hpp>
Public Member Functions | |
virtual void | execute (FD4TaskData *data)=0 |
Virtual method that is called when the task is executed. | |
![]() | |
virtual LIBERAPI DLRF::DLRuntimeClass * | get_runtime_class () noexcept |
Get the runtime class object. | |
The base task interface.
Minimal implementation needed for any task. New tasks should derive from CS::CSEzTask instead, as it implements the necessary task registration methods.
|
pure virtual |
Virtual method that is called when the task is executed.
data | FD4::FD4TaskData |
Implemented in from::CS::CSEzTask, and from::CS::CSEzTaskProxy.