Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
This component serves as a base and interface for game mode scoring system.
It keeps track of individual player scores and manages replication of such values to all clients when necessary.
Scoring is implemented in authoritative way, ie. only the server can update score.
This component only keeps track of scores, but does not react or change the game flow in any way. For specialised logic inherit this component and implement custom logic.
Definition at line 26 of file SCR_BaseScoringSystemComponent.c.