![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| 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.
| [in] | Faction | Faction whose score changed |
| [in] | scoreInfo | New scoring info of provided player |
Definition at line 1 of file SCR_ScoringSystemComponent.c.