libER 0.1.4.2
ELDEN RING API library
|
The data passed to tasks on execution. More...
#include <fd4_task.hpp>
Public Member Functions | |
float | get_dt () const noexcept |
Get the delta time. | |
CS::CSTaskGroup | get_task_group () const noexcept |
Get the task group. | |
int | get_seed () const noexcept |
Get the seed. | |
The data passed to tasks on execution.
Contains delta/frametime, the task group id and the taskrunner number (seed).
|
inlinenoexcept |
Get the delta time.
|
inlinenoexcept |
Get the seed.
The seed is the same as the index of the task runner thread that executed it. As of ER 1.10.1, there are 6 task runners, so the value is between 0 and 5.
|
inlinenoexcept |
Get the task group.