libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
from::FD4::FD4TaskBase Class Referenceabstract

The base task interface. More...

#include <fd4_task.hpp>

Inheritance diagram for from::FD4::FD4TaskBase:
from::FD4::FD4ComponentBase from::CS::CSEzTask from::CS::CSEzTaskProxy from::GXBS::GXDrawTask

Public Member Functions

virtual void execute (FD4TaskData *data)=0
 Virtual method that is called when the task is executed.
 
- Public Member Functions inherited from from::FD4::FD4ComponentBase
virtual LIBERAPI DLRF::DLRuntimeClassget_runtime_class () noexcept
 Get the runtime class object.
 

Detailed Description

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.

Member Function Documentation

◆ execute()

virtual void from::FD4::FD4TaskBase::execute ( FD4TaskData data)
pure virtual

Virtual method that is called when the task is executed.

Parameters
dataFD4::FD4TaskData

Implemented in from::CS::CSEzTask, and from::CS::CSEzTaskProxy.


The documentation for this class was generated from the following file: