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

Go to the source code of this file.

Classes

class  SCR_ExtendedTaskClass
class  SCR_ExtendedTask

Typedefs

typedef func ChildTaskInvokerDelegate
typedef ScriptInvokerBase< ChildTaskInvokerDelegateSCR_ChildTaskInvoker

Functions

SCR_ExtendedTaskClass SCR_TaskClass ChildTaskInvokerDelegate (SCR_Task task)

Typedef Documentation

◆ ChildTaskInvokerDelegate

Definition at line 6 of file SCR_ExtendedTask.c.

◆ SCR_ChildTaskInvoker

typedef ScriptInvokerBase<ChildTaskInvokerDelegate> SCR_ChildTaskInvoker

Definition at line 7 of file SCR_ExtendedTask.c.

Function Documentation

◆ ChildTaskInvokerDelegate()