Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TaskSystem.c File Reference

Go to the source code of this file.

Classes

class  SCR_TaskSystem

Typedefs

typedef func TaskInvokerDelegate
typedef ScriptInvokerBase< TaskInvokerDelegateSCR_TaskInvoker

Functions

void TaskInvokerDelegate (SCR_Task task)

Typedef Documentation

◆ SCR_TaskInvoker

typedef ScriptInvokerBase<TaskInvokerDelegate> SCR_TaskInvoker

Definition at line 3 of file SCR_TaskSystem.c.

◆ TaskInvokerDelegate

Definition at line 2 of file SCR_TaskSystem.c.

Function Documentation

◆ TaskInvokerDelegate()