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_KickHintComponentClass |
Enumerations | |
enum | SCR_ECrimeNotification { TEAMKILL } |
Functions | |
void | RPC_DoIncreaseCriminalScore (float points) |
void | ShowUI (float points) |
void | NotifyClientCriminalScoreIncreased (SCR_ECrimeNotification crime, float points) |
override void | OnPostInit (IEntity owner) |
Called on PostInit when all components are added. More... | |
Variables | |
SCR_KickHintComponentClass | m_OnCriminalScoreIncreased = new ScriptInvokerFloat() |
Enumerator | |
---|---|
TEAMKILL |
Definition at line 43 of file SCR_KickHintComponent.c.
void NotifyClientCriminalScoreIncreased | ( | SCR_ECrimeNotification | crime, |
float | points | ||
) |
[in] | crime | |
[in] | points |
Definition at line 31 of file SCR_KickHintComponent.c.
void RPC_DoIncreaseCriminalScore | ( | float | points | ) |
[in] | points |
Definition at line 14 of file SCR_KickHintComponent.c.
void ShowUI | ( | float | points | ) |
[in] | points |
Definition at line 22 of file SCR_KickHintComponent.c.
SCR_KickHintComponentClass m_OnCriminalScoreIncreased = new ScriptInvokerFloat() |