| 
    Arma Reforger Script API
    
   | 
 
  
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 | 
| void IScoringAction.OnFactionScoreChanged | ( | Faction | faction, | 
| SCR_BaseScoringSystemComponent | scoring ) | 
Called via SCR_ScoringSystemComponent if faction score changes.
Implemented in EndGameAction.
| void IScoringAction.OnPlayerScoreChanged | ( | int | playerId, | 
| SCR_BaseScoringSystemComponent | scoring ) | 
Called via SCR_ScoringSystemComponent if player score changes.
| [in] | playerId | PlayerId of target player | 
| [in] | scoreInfo | New scoring info of provided player | 
Implemented in EndGameAction.
      
  | 
  protected |