Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
IScoringAction Interface Reference
Inheritance diagram for IScoringAction:
[legend]

Public Member Functions

void OnPlayerScoreChanged (int playerId, SCR_BaseScoringSystemComponent scoring)
 Called via SCR_ScoringSystemComponent if player score changes.
 
void OnFactionScoreChanged (Faction faction, SCR_BaseScoringSystemComponent scoring)
 Called via SCR_ScoringSystemComponent if faction score changes.
 

Protected Attributes

EScoringActionMode m_eScoringMode
 

Member Function Documentation

◆ OnFactionScoreChanged()

void IScoringAction.OnFactionScoreChanged ( Faction  faction,
SCR_BaseScoringSystemComponent  scoring 
)

Called via SCR_ScoringSystemComponent if faction score changes.

Parameters
[in]FactionFaction whose score changed
[in]scoreInfoNew scoring info of provided player

Implemented in EndGameAction.

◆ OnPlayerScoreChanged()

void IScoringAction.OnPlayerScoreChanged ( int  playerId,
SCR_BaseScoringSystemComponent  scoring 
)

Called via SCR_ScoringSystemComponent if player score changes.

Parameters
[in]playerIdPlayerId of target player
[in]scoreInfoNew scoring info of provided player

Implemented in EndGameAction.

Member Data Documentation

◆ m_eScoringMode

EScoringActionMode IScoringAction.m_eScoringMode
protected

The documentation for this interface was generated from the following file: