Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_LocalPlayerPenaltyData Class Reference

Protected Member Functions

void SetPlayerId (int playerId)
int GetPlayerId ()
void AddPenaltyScore (int points)
float GetPenaltyScore ()
void SetNextPenaltySubstractionTimestamp (WorldTimestamp timestamp)
WorldTimestamp GetNextPenaltySubtractionTimestamp ()

Protected Attributes

int m_iPlayerId
int m_iPenaltyScore
WorldTimestamp m_fNextPenaltySubtractionTimestamp
SCR_PlayerManagerKickReason m_eKickReason = SCR_PlayerManagerKickReason.DISRUPTIVE_BEHAVIOUR

Detailed Description

Definition at line 246 of file SCR_LocalPlayerPenalty.c.

Member Function Documentation

◆ AddPenaltyScore()

void SCR_LocalPlayerPenaltyData::AddPenaltyScore ( int points)
inlineprotected
Parameters
[in]points

Definition at line 270 of file SCR_LocalPlayerPenalty.c.

◆ GetNextPenaltySubtractionTimestamp()

WorldTimestamp SCR_LocalPlayerPenaltyData::GetNextPenaltySubtractionTimestamp ( )
inlineprotected
Returns

Definition at line 297 of file SCR_LocalPlayerPenalty.c.

◆ GetPenaltyScore()

float SCR_LocalPlayerPenaltyData::GetPenaltyScore ( )
inlineprotected
Returns

Definition at line 283 of file SCR_LocalPlayerPenalty.c.

◆ GetPlayerId()

int SCR_LocalPlayerPenaltyData::GetPlayerId ( )
inlineprotected
Returns

Definition at line 262 of file SCR_LocalPlayerPenalty.c.

◆ SetNextPenaltySubstractionTimestamp()

void SCR_LocalPlayerPenaltyData::SetNextPenaltySubstractionTimestamp ( WorldTimestamp timestamp)
inlineprotected
Parameters
[in]timestamp

Definition at line 290 of file SCR_LocalPlayerPenalty.c.

◆ SetPlayerId()

void SCR_LocalPlayerPenaltyData::SetPlayerId ( int playerId)
inlineprotected
Parameters
[in]playerId

Definition at line 255 of file SCR_LocalPlayerPenalty.c.

Member Data Documentation

◆ m_eKickReason

SCR_PlayerManagerKickReason SCR_LocalPlayerPenaltyData::m_eKickReason = SCR_PlayerManagerKickReason.DISRUPTIVE_BEHAVIOUR
protected

Definition at line 251 of file SCR_LocalPlayerPenalty.c.

◆ m_fNextPenaltySubtractionTimestamp

WorldTimestamp SCR_LocalPlayerPenaltyData::m_fNextPenaltySubtractionTimestamp
protected

Definition at line 250 of file SCR_LocalPlayerPenalty.c.

◆ m_iPenaltyScore

int SCR_LocalPlayerPenaltyData::m_iPenaltyScore
protected

Definition at line 249 of file SCR_LocalPlayerPenalty.c.

◆ m_iPlayerId

int SCR_LocalPlayerPenaltyData::m_iPlayerId
protected

Definition at line 248 of file SCR_LocalPlayerPenalty.c.


The documentation for this class was generated from the following file: