![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| enum EScoringActionMode |
Action type.
| Enumerator | |
|---|---|
| SLM_Player | |
| SLM_Faction | |
| SLM_Any | |
Definition at line 25 of file SCR_ScoringSystemComponent.c.
| SCR_ScoringSystemComponentClass SCR_BaseScoringSystemComponentClass BaseContainerProps | ( | ) |
Called via SCR_ScoringSystemComponent if player score changes.
| [in] | playerId | PlayerId of target player |
| [in] | scoreInfo | New scoring info of provided player |
Called via SCR_ScoringSystemComponent if faction score changes.
Definition at line 5 of file SCR_ScoringSystemComponent.c.