|
stmm-games-doc
0.32.0
|
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... | |
Information about one received message.
|
inlinenoexcept |
| int32_t stmg::LogEvent::MsgLog::Entry::m_nGameMillisec = -1 |
The game's elapsed time in milliseconds.
| int32_t stmg::LogEvent::MsgLog::Entry::m_nGameTick = -1 |
The game tick the message was received.
| int32_t stmg::LogEvent::MsgLog::Entry::m_nLevel = -1 |
The level of the LogEvent that received the message.
| int32_t stmg::LogEvent::MsgLog::Entry::m_nMsg = -1 |
The message number.
| int32_t stmg::LogEvent::MsgLog::Entry::m_nTag = -1 |
The tag number.
The value passed with LocalInit::m_nTag.
| int64_t stmg::LogEvent::MsgLog::Entry::m_nTriggeringEventAddr = -1 |
The address of the event sending the message.
Is a reinterpret_cast<int64_t>(Event *).
| int32_t stmg::LogEvent::MsgLog::Entry::m_nValue = -1 |
The message value.
1.8.13