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

Go to the source code of this file.

Classes

class  SCR_BaseScoringSystemComponentClass
class  SCR_BaseScoringSystemComponent

Typedefs

typedef func OnPlayerEventDelegate
typedef ScriptInvokerBase< OnPlayerEventDelegateOnPlayerEventInvoker
typedef func OnPlayerScoreChangedDelegate
typedef ScriptInvokerBase< OnPlayerScoreChangedDelegateOnPlayerScoreChangedInvoker
typedef func OnFactionScoreChangedDelegate
typedef ScriptInvokerBase< OnFactionScoreChangedDelegateOnFactionScoreChangedInvoker

Functions

SCR_BaseScoringSystemComponentClass SCR_BaseGameModeComponentClass OnPlayerEventDelegate (int playerId)
void OnPlayerScoreChangedDelegate (int playerId, SCR_ScoreInfo scoreInfo)
void OnFactionScoreChangedDelegate (Faction faction, SCR_ScoreInfo scoreInfo)

Typedef Documentation

◆ OnFactionScoreChangedDelegate

◆ OnFactionScoreChangedInvoker

◆ OnPlayerEventDelegate

Definition at line 6 of file SCR_BaseScoringSystemComponent.c.

◆ OnPlayerEventInvoker

typedef ScriptInvokerBase<OnPlayerEventDelegate> OnPlayerEventInvoker

Definition at line 7 of file SCR_BaseScoringSystemComponent.c.

◆ OnPlayerScoreChangedDelegate

◆ OnPlayerScoreChangedInvoker

Definition at line 11 of file SCR_BaseScoringSystemComponent.c.

Function Documentation

◆ OnFactionScoreChangedDelegate()

void OnFactionScoreChangedDelegate ( Faction faction,
SCR_ScoreInfo scoreInfo )

◆ OnPlayerEventDelegate()

◆ OnPlayerScoreChangedDelegate()

void OnPlayerScoreChangedDelegate ( int playerId,
SCR_ScoreInfo scoreInfo )