![]() |
DDNet documentation
|
Public Member Functions | |
| CLine () | |
| void | Reset (CChat &This) |
Public Attributes | |
| bool | m_Initialized |
| int64_t | m_Time |
| float | m_aYOffset [2] |
| int | m_ClientId |
| int | m_TeamNumber |
| bool | m_Team |
| bool | m_Whisper |
| int | m_NameColor |
| char | m_aName [64] |
| char | m_aText [MAX_CHAT_LENGTH] |
| bool | m_Friend |
| bool | m_Highlighted |
| std::optional< ColorRGBA > | m_CustomColor |
| STextContainerIndex | m_TextContainerIndex |
| int | m_QuadContainerIndex |
| std::shared_ptr< CManagedTeeRenderInfo > | m_pManagedTeeRenderInfo |
| float | m_TextYOffset |
| int | m_TimesRepeated |
| CChat::CLine::CLine | ( | ) |
| void CChat::CLine::Reset | ( | CChat & | This | ) |
| char CChat::CLine::m_aName[64] |
| char CChat::CLine::m_aText[MAX_CHAT_LENGTH] |
| float CChat::CLine::m_aYOffset[2] |
| int CChat::CLine::m_ClientId |
| std::optional<ColorRGBA> CChat::CLine::m_CustomColor |
| bool CChat::CLine::m_Friend |
| bool CChat::CLine::m_Highlighted |
| bool CChat::CLine::m_Initialized |
| int CChat::CLine::m_NameColor |
| std::shared_ptr<CManagedTeeRenderInfo> CChat::CLine::m_pManagedTeeRenderInfo |
| int CChat::CLine::m_QuadContainerIndex |
| bool CChat::CLine::m_Team |
| int CChat::CLine::m_TeamNumber |
| STextContainerIndex CChat::CLine::m_TextContainerIndex |
| float CChat::CLine::m_TextYOffset |
| int64_t CChat::CLine::m_Time |
| int CChat::CLine::m_TimesRepeated |
| bool CChat::CLine::m_Whisper |