This is the complete list of members for SCR_LocalPlayerPenalty, including all inherited members.
EvaluatePlayerPenalties() | SCR_LocalPlayerPenalty | protected |
EVALUATION_PERIOD | SCR_LocalPlayerPenalty | protectedstatic |
GetInstance() | SCR_LocalPlayerPenalty | static |
GetInstigatorFromVehicle(IEntity veh, bool gunner=false) | SCR_LocalPlayerPenalty | static |
GetPenaltySubtractionPeriod() | SCR_LocalPlayerPenalty | |
GetPlayerPenaltyData(int playerId) | SCR_LocalPlayerPenalty | protected |
KickPlayer(int playerId, int duration, SCR_PlayerManagerKickReason reason) | SCR_LocalPlayerPenalty | |
m_aPlayerPenaltyData | SCR_LocalPlayerPenalty | protected |
m_iBanDuration | SCR_LocalPlayerPenalty | protected |
m_iFriendlyAIKillPenalty | SCR_LocalPlayerPenalty | protected |
m_iFriendlyPlayerKillPenalty | SCR_LocalPlayerPenalty | protected |
m_iKickPenaltyLimit | SCR_LocalPlayerPenalty | protected |
m_iPenaltySubtractionPeriod | SCR_LocalPlayerPenalty | protected |
m_iPenaltySubtractionPoints | SCR_LocalPlayerPenalty | protected |
OnControllableDestroyed(IEntity entity, IEntity killerEntity, Instigator instigator, notnull SCR_InstigatorContextData instigatorContextData) | SCR_LocalPlayerPenalty | |
OnPlayerConnected(int playerId) | SCR_LocalPlayerPenalty | |
s_Instance | SCR_LocalPlayerPenalty | protectedstatic |
SCR_LocalPlayerPenalty(int friendlyPlayerKillPenalty, int friendlyAIKillPenalty, int penaltyLimit, int banDuration, int penaltySubtractionPeriod, int penaltySubtractionPoints) | SCR_LocalPlayerPenalty | |