Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ScoringSystemComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_ScoringSystemComponentClass
 

Enumerations

enum  EScoringActionMode { SLM_Player, SLM_Faction, SLM_Any }
 Action type. More...
 

Functions

SCR_ScoringSystemComponentClass SCR_BaseScoringSystemComponentClass BaseContainerProps ()] class IScoringAction
 

Enumeration Type Documentation

◆ EScoringActionMode

Action type.

Enumerator
SLM_Player 
SLM_Faction 
SLM_Any 

Definition at line 25 of file SCR_ScoringSystemComponent.c.

Function Documentation

◆ BaseContainerProps()

Called via SCR_ScoringSystemComponent if player score changes.

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

Called via SCR_ScoringSystemComponent if faction score changes.

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

Definition at line 5 of file SCR_ScoringSystemComponent.c.