DayZ 1.24
Loading...
Searching...
No Matches
RemotePlayerMeta Class Reference
Collaboration diagram for RemotePlayerMeta:
[legend]

Private Member Functions

void RemotePlayerMeta (PlayerBase player, eRemoteDebugType type)
 
void SetDebugType (eRemoteDebugType type)
 
eRemoteDebugType GetDebugType (eRemoteDebugType type)
 
void SetPlayer (PlayerBase player)
 
PlayerBase GetPlayer ()
 

Private Attributes

eRemoteDebugType m_DebugType
 
PlayerBase m_Player
 

Detailed Description

Definition at line 1 of file RemotePlayerMeta.c.

Constructor & Destructor Documentation

◆ RemotePlayerMeta()

void RemotePlayerMeta::RemotePlayerMeta ( PlayerBase player,
eRemoteDebugType type )
inlineprivate

Definition at line 6 of file RemotePlayerMeta.c.

7 {
9 m_DebugType = type;
10 }
eRemoteDebugType m_DebugType

References m_DebugType, and m_Player.

Member Function Documentation

◆ GetDebugType()

eRemoteDebugType RemotePlayerMeta::GetDebugType ( eRemoteDebugType type)
inlineprivate

Definition at line 17 of file RemotePlayerMeta.c.

18 {
19 return m_DebugType;
20 }

References m_DebugType.

◆ GetPlayer()

PlayerBase RemotePlayerMeta::GetPlayer ( )
inlineprivate

Definition at line 27 of file RemotePlayerMeta.c.

28 {
29 return m_Player;
30 }

References m_Player.

◆ SetDebugType()

void RemotePlayerMeta::SetDebugType ( eRemoteDebugType type)
inlineprivate

Definition at line 12 of file RemotePlayerMeta.c.

13 {
14 m_DebugType = type;
15 }

References m_DebugType.

◆ SetPlayer()

void RemotePlayerMeta::SetPlayer ( PlayerBase player)
inlineprivate

Definition at line 22 of file RemotePlayerMeta.c.

23 {
25 }

References m_Player.

Member Data Documentation

◆ m_DebugType

eRemoteDebugType RemotePlayerMeta::m_DebugType
private

Definition at line 3 of file RemotePlayerMeta.c.

Referenced by GetDebugType(), RemotePlayerMeta(), and SetDebugType().

◆ m_Player

PlayerBase RemotePlayerMeta::m_Player
private

Definition at line 4 of file RemotePlayerMeta.c.

Referenced by GetPlayer(), RemotePlayerMeta(), and SetPlayer().


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