Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_PlayerLoadoutComponentClass |
class | SCR_PlayerLoadoutComponent |
Typedefs | |
typedef func | PlayerLoadoutRequestDelegate |
typedef ScriptInvokerBase< PlayerLoadoutRequestDelegate > | OnPlayerLoadoutRequestInvoker |
typedef func | PlayerLoadoutResponseDelegate |
typedef ScriptInvokerBase< PlayerLoadoutResponseDelegate > | OnPlayerLoadoutResponseInvoker |
Functions | |
SCR_PlayerLoadoutComponentClass ScriptComponentClass | PlayerLoadoutRequestDelegate (SCR_PlayerLoadoutComponent component, int loadoutIndex) |
void | PlayerLoadoutResponseDelegate (SCR_PlayerLoadoutComponent component, int loadoutIndex, bool response) |
typedef ScriptInvokerBase<PlayerLoadoutRequestDelegate> OnPlayerLoadoutRequestInvoker |
Definition at line 8 of file SCR_PlayerLoadoutComponent.c.
typedef ScriptInvokerBase<PlayerLoadoutResponseDelegate> OnPlayerLoadoutResponseInvoker |
Definition at line 12 of file SCR_PlayerLoadoutComponent.c.
typedef func PlayerLoadoutRequestDelegate |
Definition at line 7 of file SCR_PlayerLoadoutComponent.c.
typedef func PlayerLoadoutResponseDelegate |
Definition at line 11 of file SCR_PlayerLoadoutComponent.c.
SCR_PlayerLoadoutComponentClass ScriptComponentClass PlayerLoadoutRequestDelegate | ( | SCR_PlayerLoadoutComponent | component, |
int | loadoutIndex | ||
) |
void PlayerLoadoutResponseDelegate | ( | SCR_PlayerLoadoutComponent | component, |
int | loadoutIndex, | ||
bool | response | ||
) |