![]() |
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_BaseScoringSystemComponentClass |
| class | SCR_BaseScoringSystemComponent |
Typedefs | |
| typedef func | OnPlayerEventDelegate |
| typedef ScriptInvokerBase< OnPlayerEventDelegate > | OnPlayerEventInvoker |
| typedef func | OnPlayerScoreChangedDelegate |
| typedef ScriptInvokerBase< OnPlayerScoreChangedDelegate > | OnPlayerScoreChangedInvoker |
| typedef func | OnFactionScoreChangedDelegate |
| typedef ScriptInvokerBase< OnFactionScoreChangedDelegate > | OnFactionScoreChangedInvoker |
Functions | |
| SCR_BaseScoringSystemComponentClass SCR_BaseGameModeComponentClass | OnPlayerEventDelegate (int playerId) |
| void | OnPlayerScoreChangedDelegate (int playerId, SCR_ScoreInfo scoreInfo) |
| void | OnFactionScoreChangedDelegate (Faction faction, SCR_ScoreInfo scoreInfo) |
| typedef func OnFactionScoreChangedDelegate |
Definition at line 14 of file SCR_BaseScoringSystemComponent.c.
| typedef ScriptInvokerBase<OnFactionScoreChangedDelegate> OnFactionScoreChangedInvoker |
Definition at line 15 of file SCR_BaseScoringSystemComponent.c.
| typedef func OnPlayerEventDelegate |
Definition at line 6 of file SCR_BaseScoringSystemComponent.c.
| typedef ScriptInvokerBase<OnPlayerEventDelegate> OnPlayerEventInvoker |
Definition at line 7 of file SCR_BaseScoringSystemComponent.c.
| typedef func OnPlayerScoreChangedDelegate |
Definition at line 10 of file SCR_BaseScoringSystemComponent.c.
| typedef ScriptInvokerBase<OnPlayerScoreChangedDelegate> OnPlayerScoreChangedInvoker |
Definition at line 11 of file SCR_BaseScoringSystemComponent.c.
| void OnFactionScoreChangedDelegate | ( | Faction | faction, |
| SCR_ScoreInfo | scoreInfo | ||
| ) |
| SCR_BaseScoringSystemComponentClass SCR_BaseGameModeComponentClass OnPlayerEventDelegate | ( | int | playerId | ) |
| void OnPlayerScoreChangedDelegate | ( | int | playerId, |
| SCR_ScoreInfo | scoreInfo | ||
| ) |