Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SessionInfo Class Reference
Inheritance diagram for SCR_SessionInfo:
JsonApiStruct

Protected Member Functions

void SetRoomID (string ID)
string GetRoomID ()
void SetFactionKey (FactionKey factionKey)
FactionKey GetFactionKey ()
void SetLoginTime (int year, int month, int day, int hour, int minute, int second)
void GetLoginTime (out notnull array< int > loginData)
void SetLogoutTime (int year, int month, int day, int hour, int minute, int second)
void GetLogoutTime (out notnull array< int > logoutData)
float GetTimeInSession ()
void SCR_SessionInfo ()

Protected Attributes

WorldTimestamp m_fLoginTimestamp
string m_sRoomID
FactionKey m_sFactionKey
int m_iLoginYear
int m_iLoginMonth
int m_iLoginDay
int m_iLoginHour
int m_iLoginMinute
int m_iLoginSecond
int m_iLogoutYear
int m_iLogoutMonth
int m_iLogoutDay
int m_iLogoutHour
int m_iLogoutMinute
float m_fTimeInSession

Detailed Description

Definition at line 1 of file SCR_SessionInfo.c.

Constructor & Destructor Documentation

◆ SCR_SessionInfo()

void SCR_SessionInfo::SCR_SessionInfo ( )
inlineprotected

Definition at line 91 of file SCR_SessionInfo.c.

Member Function Documentation

◆ GetFactionKey()

FactionKey SCR_SessionInfo::GetFactionKey ( )
inlineprotected

Definition at line 41 of file SCR_SessionInfo.c.

◆ GetLoginTime()

void SCR_SessionInfo::GetLoginTime ( out notnull array< int > loginData)
inlineprotected

Definition at line 60 of file SCR_SessionInfo.c.

◆ GetLogoutTime()

void SCR_SessionInfo::GetLogoutTime ( out notnull array< int > logoutData)
inlineprotected

Definition at line 79 of file SCR_SessionInfo.c.

◆ GetRoomID()

string SCR_SessionInfo::GetRoomID ( )
inlineprotected

Definition at line 29 of file SCR_SessionInfo.c.

◆ GetTimeInSession()

float SCR_SessionInfo::GetTimeInSession ( )
inlineprotected

Definition at line 85 of file SCR_SessionInfo.c.

◆ SetFactionKey()

void SCR_SessionInfo::SetFactionKey ( FactionKey factionKey)
inlineprotected

Definition at line 35 of file SCR_SessionInfo.c.

◆ SetLoginTime()

void SCR_SessionInfo::SetLoginTime ( int year,
int month,
int day,
int hour,
int minute,
int second )
inlineprotected

Definition at line 47 of file SCR_SessionInfo.c.

◆ SetLogoutTime()

void SCR_SessionInfo::SetLogoutTime ( int year,
int month,
int day,
int hour,
int minute,
int second )
inlineprotected

Definition at line 66 of file SCR_SessionInfo.c.

◆ SetRoomID()

void SCR_SessionInfo::SetRoomID ( string ID)
inlineprotected

Definition at line 23 of file SCR_SessionInfo.c.

Member Data Documentation

◆ m_fLoginTimestamp

WorldTimestamp SCR_SessionInfo::m_fLoginTimestamp
protected

Definition at line 3 of file SCR_SessionInfo.c.

◆ m_fTimeInSession

float SCR_SessionInfo::m_fTimeInSession
protected

Definition at line 20 of file SCR_SessionInfo.c.

◆ m_iLoginDay

int SCR_SessionInfo::m_iLoginDay
protected

Definition at line 10 of file SCR_SessionInfo.c.

◆ m_iLoginHour

int SCR_SessionInfo::m_iLoginHour
protected

Definition at line 11 of file SCR_SessionInfo.c.

◆ m_iLoginMinute

int SCR_SessionInfo::m_iLoginMinute
protected

Definition at line 12 of file SCR_SessionInfo.c.

◆ m_iLoginMonth

int SCR_SessionInfo::m_iLoginMonth
protected

Definition at line 9 of file SCR_SessionInfo.c.

◆ m_iLoginSecond

int SCR_SessionInfo::m_iLoginSecond
protected

Definition at line 13 of file SCR_SessionInfo.c.

◆ m_iLoginYear

int SCR_SessionInfo::m_iLoginYear
protected

Definition at line 8 of file SCR_SessionInfo.c.

◆ m_iLogoutDay

int SCR_SessionInfo::m_iLogoutDay
protected

Definition at line 16 of file SCR_SessionInfo.c.

◆ m_iLogoutHour

int SCR_SessionInfo::m_iLogoutHour
protected

Definition at line 17 of file SCR_SessionInfo.c.

◆ m_iLogoutMinute

int SCR_SessionInfo::m_iLogoutMinute
protected

Definition at line 18 of file SCR_SessionInfo.c.

◆ m_iLogoutMonth

int SCR_SessionInfo::m_iLogoutMonth
protected

Definition at line 15 of file SCR_SessionInfo.c.

◆ m_iLogoutYear

int SCR_SessionInfo::m_iLogoutYear
protected

Definition at line 14 of file SCR_SessionInfo.c.

◆ m_sFactionKey

FactionKey SCR_SessionInfo::m_sFactionKey
protected

Definition at line 7 of file SCR_SessionInfo.c.

◆ m_sRoomID

string SCR_SessionInfo::m_sRoomID
protected

Definition at line 6 of file SCR_SessionInfo.c.


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