![]() |
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_LocalPlayerPenaltyClass |
| class | SCR_LocalPlayerPenaltyData |
Functions | |
| void | OnPlayerConnected (int playerId) |
| void | OnControllableDestroyed (IEntity entity, IEntity killerEntity, Instigator instigator, notnull SCR_InstigatorContextData instigatorContextData) |
| SCR_LocalPlayerPenaltyData | GetPlayerPenaltyData (int playerId) |
| void | EvaluatePlayerPenalties () |
| void | KickPlayer (int playerId, int duration, SCR_PlayerManagerKickReason reason) |
| int | GetPenaltySubtractionPeriod () |
| void | SCR_LocalPlayerPenalty (int friendlyPlayerKillPenalty, int friendlyAIKillPenalty, int penaltyLimit, int banDuration, int penaltySubtractionPeriod, int penaltySubtractionPoints) |
|
protected |
Definition at line 157 of file SCR_LocalPlayerPenalty.c.
|
protected |
Definition at line 215 of file SCR_LocalPlayerPenalty.c.
|
protected |
Definition at line 117 of file SCR_LocalPlayerPenalty.c.
|
protected |
| [in] | playerId | |
| [in] | duration | |
| [in] | reason |
Definition at line 203 of file SCR_LocalPlayerPenalty.c.
|
protected |
| [in] | entity | |
| [in] | killerEntity | |
| [in] | instigator | |
| [in] | instigatorContextData | Holds data of victim and killer |
Definition at line 44 of file SCR_LocalPlayerPenalty.c.
|
protected |
| [in] | friendlyPlayerKillPenalty | |
| [in] | friendlyAIKillPenalty | |
| [in] | penaltyLimit | |
| [in] | banDuration | |
| [in] | penaltySubtractionPeriod | |
| [in] | penaltySubtractionPoints |
Definition at line 228 of file SCR_LocalPlayerPenalty.c.
|
protected |
Definition at line 29 of file SCR_LocalPlayerPenalty.c.
|
protected |
Definition at line 18 of file SCR_LocalPlayerPenalty.c.
|
protected |
Definition at line 12 of file SCR_LocalPlayerPenalty.c.
| SCR_LocalPlayerPenaltyClass m_iFriendlyPlayerKillPenalty |
|
protected |
Definition at line 15 of file SCR_LocalPlayerPenalty.c.
|
protected |
Definition at line 21 of file SCR_LocalPlayerPenalty.c.
|
protected |
Definition at line 24 of file SCR_LocalPlayerPenalty.c.