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

Go to the source code of this file.

Classes

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()

◆ PlayerLoadoutResponseDelegate()

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