libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
from::CS::CSEzTaskProxy Class Reference

An internal proxy object for CS::CSEzTask instances inside ELDEN RING's task management system. More...

#include <task.hpp>

Inheritance diagram for from::CS::CSEzTaskProxy:
from::FD4::FD4TaskBase from::FD4::FD4ComponentBase

Public Member Functions

LIBERAPI void execute (FD4::FD4TaskData *data) override
 Executes the proxied task.
 
virtual CSTaskGroup get_task_group () const noexcept
 Get the task group this proxy was registered at.
 
- Public Member Functions inherited from from::FD4::FD4ComponentBase
virtual LIBERAPI DLRF::DLRuntimeClassget_runtime_class () noexcept
 Get the runtime class object.
 

Detailed Description

An internal proxy object for CS::CSEzTask instances inside ELDEN RING's task management system.

Member Function Documentation

◆ execute()

LIBERAPI void from::CS::CSEzTaskProxy::execute ( FD4::FD4TaskData data)
overridevirtual

Executes the proxied task.

Parameters
dataa struct with additional data passed to the task

Implements from::FD4::FD4TaskBase.

◆ get_task_group()

virtual CSTaskGroup from::CS::CSEzTaskProxy::get_task_group ( ) const
inlinevirtualnoexcept

Get the task group this proxy was registered at.

Returns
a value from the CS::CSTaskGroup enum

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