stmm-games-doc  0.32.0
Public Member Functions | Public Attributes | List of all members
stmg::LogEvent::MsgLog::Entry Class Reference

Information about one received message. More...

Public Member Functions

bool isEmpty () const noexcept
 

Public Attributes

int32_t m_nTag = -1
 The tag number. More...
 
int32_t m_nGameTick = -1
 The game tick the message was received. More...
 
int32_t m_nGameMillisec = -1
 The game's elapsed time in milliseconds. More...
 
int32_t m_nLevel = -1
 The level of the LogEvent that received the message. More...
 
int32_t m_nMsg = -1
 The message number. More...
 
int32_t m_nValue = -1
 The message value. More...
 
int64_t m_nTriggeringEventAddr = -1
 The address of the event sending the message. More...
 

Detailed Description

Information about one received message.

Member Function Documentation

◆ isEmpty()

bool stmg::LogEvent::MsgLog::Entry::isEmpty ( ) const
inlinenoexcept

Member Data Documentation

◆ m_nGameMillisec

int32_t stmg::LogEvent::MsgLog::Entry::m_nGameMillisec = -1

The game's elapsed time in milliseconds.

◆ m_nGameTick

int32_t stmg::LogEvent::MsgLog::Entry::m_nGameTick = -1

The game tick the message was received.

◆ m_nLevel

int32_t stmg::LogEvent::MsgLog::Entry::m_nLevel = -1

The level of the LogEvent that received the message.

◆ m_nMsg

int32_t stmg::LogEvent::MsgLog::Entry::m_nMsg = -1

The message number.

◆ m_nTag

int32_t stmg::LogEvent::MsgLog::Entry::m_nTag = -1

The tag number.

The value passed with LocalInit::m_nTag.

◆ m_nTriggeringEventAddr

int64_t stmg::LogEvent::MsgLog::Entry::m_nTriggeringEventAddr = -1

The address of the event sending the message.

Is a reinterpret_cast<int64_t>(Event *).

◆ m_nValue

int32_t stmg::LogEvent::MsgLog::Entry::m_nValue = -1

The message value.