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

Go to the source code of this file.

Typedefs

typedef func ScriptInvokerVoidMethod
typedef ScriptInvokerBase< ScriptInvokerVoidMethodScriptInvokerVoid
typedef func ScriptInvokerIntMethod
typedef func ScriptInvokerInt2Method
typedef func ScriptInvokerInt3Method
typedef func ScriptInvokerInt4Method
typedef func ScriptInvokerInt5Method
typedef ScriptInvokerBase< ScriptInvokerIntMethodScriptInvokerInt
typedef ScriptInvokerBase< ScriptInvokerInt2MethodScriptInvokerInt2
typedef ScriptInvokerBase< ScriptInvokerInt3MethodScriptInvokerInt3
typedef ScriptInvokerBase< ScriptInvokerInt4MethodScriptInvokerInt4
typedef ScriptInvokerBase< ScriptInvokerInt5MethodScriptInvokerInt5
typedef func ScriptInvokerBoolMethod
typedef func ScriptInvokerBool2Method
typedef func ScriptInvokerBool3Method
typedef func ScriptInvokerBool4Method
typedef func ScriptInvokerBool5Method
typedef ScriptInvokerBase< ScriptInvokerBoolMethodScriptInvokerBool
typedef ScriptInvokerBase< ScriptInvokerBool2MethodScriptInvokerBool2
typedef ScriptInvokerBase< ScriptInvokerBool3MethodScriptInvokerBool3
typedef ScriptInvokerBase< ScriptInvokerBool4MethodScriptInvokerBool4
typedef ScriptInvokerBase< ScriptInvokerBool5MethodScriptInvokerBool5
typedef func ScriptInvokerFloatMethod
typedef func ScriptInvokerFloat2Method
typedef func ScriptInvokerFloat3Method
typedef func ScriptInvokerFloat4Method
typedef func ScriptInvokerFloat5Method
typedef ScriptInvokerBase< ScriptInvokerFloatMethodScriptInvokerFloat
typedef ScriptInvokerBase< ScriptInvokerFloat2MethodScriptInvokerFloat2
typedef ScriptInvokerBase< ScriptInvokerFloat3MethodScriptInvokerFloat3
typedef ScriptInvokerBase< ScriptInvokerFloat4MethodScriptInvokerFloat4
typedef ScriptInvokerBase< ScriptInvokerFloat5MethodScriptInvokerFloat5
typedef func ScriptInvokerStringMethod
typedef func ScriptInvokerString2Method
typedef func ScriptInvokerString3Method
typedef func ScriptInvokerString4Method
typedef func ScriptInvokerString5Method
typedef ScriptInvokerBase< ScriptInvokerStringMethodScriptInvokerString
typedef ScriptInvokerBase< ScriptInvokerString2MethodScriptInvokerString2
typedef ScriptInvokerBase< ScriptInvokerString3MethodScriptInvokerString3
typedef ScriptInvokerBase< ScriptInvokerString4MethodScriptInvokerString4
typedef ScriptInvokerBase< ScriptInvokerString5MethodScriptInvokerString5
typedef func ScriptInvokerEntityMethod
typedef func ScriptInvokerEntity2Method
typedef ScriptInvokerBase< ScriptInvokerEntityMethodScriptInvokerEntity
typedef ScriptInvokerBase< ScriptInvokerEntity2MethodScriptInvokerEntity2
typedef func ScriptInvokerVectorMethod
typedef ScriptInvokerBase< ScriptInvokerVectorMethodScriptInvokerVector
typedef func ScriptInvokerWidgetMethod
typedef ScriptInvokerBase< ScriptInvokerWidgetMethodScriptInvokerWidget
typedef func ScriptInvokerSCRScriptedWidgetComponentMethod
typedef ScriptInvokerBase< ScriptInvokerSCRScriptedWidgetComponentMethodScriptInvokerSCRScriptedWidgetComponent
typedef func ScriptInvokerBaseWorldMethod
typedef ScriptInvokerBase< ScriptInvokerBaseWorldMethodScriptInvokerBaseWorld
typedef func ScriptInvokerRplIdMethod
typedef ScriptInvokerBase< ScriptInvokerRplIdMethodScriptInvokerRplId
typedef func ScriptInvokerEntityAndStorageMethod
typedef ScriptInvokerBase< ScriptInvokerEntityAndStorageMethodScriptInvokerEntityAndStorage
typedef func ScriptInvokerFactionMethod
typedef ScriptInvokerBase< ScriptInvokerFactionMethodScriptInvokerFaction

Functions

void ScriptInvokerIntMethod (int i)
void ScriptInvokerInt2Method (int i1, int i2)
void ScriptInvokerInt3Method (int i1, int i2, int i3)
void ScriptInvokerInt4Method (int i1, int i2, int i3, int i4)
void ScriptInvokerInt5Method (int i1, int i2, int i3, int i4, int i5)
void ScriptInvokerBoolMethod (bool b)
void ScriptInvokerBool2Method (bool b1, bool b2)
void ScriptInvokerBool3Method (bool b1, bool b2, bool b3)
void ScriptInvokerBool4Method (bool b1, bool b2, bool b3, bool b4)
void ScriptInvokerBool5Method (bool b1, bool b2, bool b3, bool b4, bool b5)
void ScriptInvokerFloatMethod (float f)
void ScriptInvokerFloat2Method (float f1, float f2)
void ScriptInvokerFloat3Method (float f1, float f2, float f3)
void ScriptInvokerFloat4Method (float f1, float f2, float f3, float f4)
void ScriptInvokerFloat5Method (float f1, float f2, float f3, float f4, float f5)
void ScriptInvokerStringMethod (string s)
void ScriptInvokerString2Method (string s1, string s2)
void ScriptInvokerString3Method (string s1, string s2, string s3)
void ScriptInvokerString4Method (string s1, string s2, string s3, string s4)
void ScriptInvokerString5Method (string s1, string s2, string s3, string s4, string s5)
void ScriptInvokerEntityMethod (IEntity e)
void ScriptInvokerEntity2Method (IEntity e1, IEntity e2)
void ScriptInvokerVectorMethod (vector v)
void ScriptInvokerWidgetMethod (Widget w)
void ScriptInvokerSCRScriptedWidgetComponentMethod (SCR_ScriptedWidgetComponent c)
void ScriptInvokerBaseWorldMethod (BaseWorld w)
void ScriptInvokerRplIdMethod (RplId id)
void ScriptInvokerEntityAndStorageMethod (IEntity entity, BaseInventoryStorageComponent storageComponent)
void ScriptInvokerFactionMethod (Faction faction)

Typedef Documentation

◆ ScriptInvokerBaseWorld

Definition at line 116 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBaseWorldMethod

Definition at line 115 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBool

typedef ScriptInvokerBase<ScriptInvokerBoolMethod> ScriptInvokerBool

Definition at line 41 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBool2

typedef ScriptInvokerBase<ScriptInvokerBool2Method> ScriptInvokerBool2

Definition at line 42 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBool2Method

Definition at line 37 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBool3

typedef ScriptInvokerBase<ScriptInvokerBool3Method> ScriptInvokerBool3

Definition at line 43 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBool3Method

Definition at line 38 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBool4

typedef ScriptInvokerBase<ScriptInvokerBool4Method> ScriptInvokerBool4

Definition at line 44 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBool4Method

Definition at line 39 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBool5

typedef ScriptInvokerBase<ScriptInvokerBool5Method> ScriptInvokerBool5

Definition at line 45 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBool5Method

Definition at line 40 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerBoolMethod

Definition at line 36 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerEntity

typedef ScriptInvokerBase<ScriptInvokerEntityMethod> ScriptInvokerEntity

Definition at line 92 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerEntity2

Definition at line 93 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerEntity2Method

Definition at line 88 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerEntityAndStorage

◆ ScriptInvokerEntityAndStorageMethod

◆ ScriptInvokerEntityMethod

Definition at line 87 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFaction

Definition at line 131 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFactionMethod

Definition at line 130 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloat

typedef ScriptInvokerBase<ScriptInvokerFloatMethod> ScriptInvokerFloat

Definition at line 58 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloat2

typedef ScriptInvokerBase<ScriptInvokerFloat2Method> ScriptInvokerFloat2

Definition at line 59 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloat2Method

Definition at line 54 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloat3

typedef ScriptInvokerBase<ScriptInvokerFloat3Method> ScriptInvokerFloat3

Definition at line 60 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloat3Method

Definition at line 55 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloat4

typedef ScriptInvokerBase<ScriptInvokerFloat4Method> ScriptInvokerFloat4

Definition at line 61 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloat4Method

Definition at line 56 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloat5

typedef ScriptInvokerBase<ScriptInvokerFloat5Method> ScriptInvokerFloat5

Definition at line 62 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloat5Method

Definition at line 57 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerFloatMethod

Definition at line 53 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerInt

typedef ScriptInvokerBase<ScriptInvokerIntMethod> ScriptInvokerInt

Definition at line 24 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerInt2

typedef ScriptInvokerBase<ScriptInvokerInt2Method> ScriptInvokerInt2

Definition at line 25 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerInt2Method

Definition at line 20 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerInt3

typedef ScriptInvokerBase<ScriptInvokerInt3Method> ScriptInvokerInt3

Definition at line 26 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerInt3Method

Definition at line 21 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerInt4

typedef ScriptInvokerBase<ScriptInvokerInt4Method> ScriptInvokerInt4

Definition at line 27 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerInt4Method

Definition at line 22 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerInt5

typedef ScriptInvokerBase<ScriptInvokerInt5Method> ScriptInvokerInt5

Definition at line 28 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerInt5Method

Definition at line 23 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerIntMethod

Definition at line 19 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerRplId

typedef ScriptInvokerBase<ScriptInvokerRplIdMethod> ScriptInvokerRplId

Definition at line 121 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerRplIdMethod

Definition at line 120 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerSCRScriptedWidgetComponent

◆ ScriptInvokerSCRScriptedWidgetComponentMethod

◆ ScriptInvokerString

typedef ScriptInvokerBase<ScriptInvokerStringMethod> ScriptInvokerString

Definition at line 75 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerString2

Definition at line 76 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerString2Method

Definition at line 71 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerString3

Definition at line 77 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerString3Method

Definition at line 72 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerString4

Definition at line 78 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerString4Method

Definition at line 73 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerString5

Definition at line 79 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerString5Method

Definition at line 74 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerStringMethod

Definition at line 70 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerVector

typedef ScriptInvokerBase<ScriptInvokerVectorMethod> ScriptInvokerVector

Definition at line 101 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerVectorMethod

Definition at line 100 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerVoid

typedef ScriptInvokerBase<ScriptInvokerVoidMethod> ScriptInvokerVoid

Definition at line 9 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerVoidMethod

Definition at line 8 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerWidget

typedef ScriptInvokerBase<ScriptInvokerWidgetMethod> ScriptInvokerWidget

Definition at line 106 of file SCR_ScriptInvokerHelper.c.

◆ ScriptInvokerWidgetMethod

Definition at line 105 of file SCR_ScriptInvokerHelper.c.

Function Documentation

◆ ScriptInvokerBaseWorldMethod()

◆ ScriptInvokerBool2Method()

◆ ScriptInvokerBool3Method()

void ScriptInvokerBool3Method ( bool b1,
bool b2,
bool b3 )

◆ ScriptInvokerBool4Method()

void ScriptInvokerBool4Method ( bool b1,
bool b2,
bool b3,
bool b4 )

◆ ScriptInvokerBool5Method()

void ScriptInvokerBool5Method ( bool b1,
bool b2,
bool b3,
bool b4,
bool b5 )

◆ ScriptInvokerBoolMethod()

◆ ScriptInvokerEntity2Method()

◆ ScriptInvokerEntityAndStorageMethod()

void ScriptInvokerEntityAndStorageMethod ( IEntity entity,
BaseInventoryStorageComponent storageComponent )

◆ ScriptInvokerEntityMethod()

◆ ScriptInvokerFactionMethod()

◆ ScriptInvokerFloat2Method()

◆ ScriptInvokerFloat3Method()

◆ ScriptInvokerFloat4Method()

void ScriptInvokerFloat4Method ( float f1,
float f2,
float f3,
float f4 )

◆ ScriptInvokerFloat5Method()

void ScriptInvokerFloat5Method ( float f1,
float f2,
float f3,
float f4,
float f5 )

◆ ScriptInvokerFloatMethod()

◆ ScriptInvokerInt2Method()

void ScriptInvokerInt2Method ( int i1,
int i2 )

◆ ScriptInvokerInt3Method()

void ScriptInvokerInt3Method ( int i1,
int i2,
int i3 )

◆ ScriptInvokerInt4Method()

void ScriptInvokerInt4Method ( int i1,
int i2,
int i3,
int i4 )

◆ ScriptInvokerInt5Method()

void ScriptInvokerInt5Method ( int i1,
int i2,
int i3,
int i4,
int i5 )

◆ ScriptInvokerIntMethod()

◆ ScriptInvokerRplIdMethod()

◆ ScriptInvokerSCRScriptedWidgetComponentMethod()

◆ ScriptInvokerString2Method()

◆ ScriptInvokerString3Method()

◆ ScriptInvokerString4Method()

◆ ScriptInvokerString5Method()

◆ ScriptInvokerStringMethod()

◆ ScriptInvokerVectorMethod()

◆ ScriptInvokerWidgetMethod()