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

Go to the source code of this file.

Classes

class  SCR_PlayerFactionAffiliationComponentClass
class  SCR_PlayerFactionAffiliationComponent

Typedefs

typedef func PlayerFactionRequestDelegate
typedef ScriptInvokerBase< PlayerFactionRequestDelegateOnPlayerFactionRequestInvoker
typedef func PlayerFactionResponseDelegate
typedef ScriptInvokerBase< PlayerFactionResponseDelegateOnPlayerFactionResponseInvoker
typedef func PlayerFactionChangedDelegate
typedef ScriptInvokerBase< PlayerFactionChangedDelegateOnPlayerFactionChangedInvoker

Functions

SCR_PlayerFactionAffiliationComponentClass SCR_FactionAffiliationComponentClass PlayerFactionRequestDelegate (SCR_PlayerFactionAffiliationComponent component, int factionIndex)
void PlayerFactionResponseDelegate (SCR_PlayerFactionAffiliationComponent component, int factionIndex, bool response)
void PlayerFactionChangedDelegate (SCR_PlayerFactionAffiliationComponent component, Faction previous, Faction current)

Typedef Documentation

◆ OnPlayerFactionChangedInvoker

◆ OnPlayerFactionRequestInvoker

◆ OnPlayerFactionResponseInvoker

◆ PlayerFactionChangedDelegate

◆ PlayerFactionRequestDelegate

◆ PlayerFactionResponseDelegate

Function Documentation

◆ PlayerFactionChangedDelegate()

◆ PlayerFactionRequestDelegate()

◆ PlayerFactionResponseDelegate()

void PlayerFactionResponseDelegate ( SCR_PlayerFactionAffiliationComponent component,
int factionIndex,
bool response )