Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PlayerLoadoutComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_PlayerLoadoutComponentClass
 
class  SCR_PlayerLoadoutComponent
 

Typedefs

typedef func PlayerLoadoutRequestDelegate
 
typedef ScriptInvokerBase< PlayerLoadoutRequestDelegateOnPlayerLoadoutRequestInvoker
 
typedef func PlayerLoadoutResponseDelegate
 
typedef ScriptInvokerBase< PlayerLoadoutResponseDelegateOnPlayerLoadoutResponseInvoker
 

Functions

SCR_PlayerLoadoutComponentClass ScriptComponentClass PlayerLoadoutRequestDelegate (SCR_PlayerLoadoutComponent component, int loadoutIndex)
 
void PlayerLoadoutResponseDelegate (SCR_PlayerLoadoutComponent component, int loadoutIndex, bool response)
 

Typedef Documentation

◆ OnPlayerLoadoutRequestInvoker

Definition at line 8 of file SCR_PlayerLoadoutComponent.c.

◆ OnPlayerLoadoutResponseInvoker

Definition at line 12 of file SCR_PlayerLoadoutComponent.c.

◆ PlayerLoadoutRequestDelegate

Definition at line 7 of file SCR_PlayerLoadoutComponent.c.

◆ PlayerLoadoutResponseDelegate

Function Documentation

◆ PlayerLoadoutRequestDelegate()

SCR_PlayerLoadoutComponentClass ScriptComponentClass PlayerLoadoutRequestDelegate ( SCR_PlayerLoadoutComponent  component,
int  loadoutIndex 
)

◆ PlayerLoadoutResponseDelegate()

void PlayerLoadoutResponseDelegate ( SCR_PlayerLoadoutComponent  component,
int  loadoutIndex,
bool  response 
)