DDraceNetwork Docs
SWarning Struct Reference

#include <warning.h>

Public Member Functions

 SWarning ()=default
 
 SWarning (const char *pMsg)
 
 SWarning (const char *pTitle, const char *pMsg)
 

Public Attributes

char m_aWarningTitle [128] = ""
 
char m_aWarningMsg [256] = ""
 
bool m_WasShown = false
 
bool m_AutoHide = true
 

Constructor & Destructor Documentation

◆ SWarning() [1/3]

SWarning::SWarning ( )
default

◆ SWarning() [2/3]

SWarning::SWarning ( const char *  pMsg)

◆ SWarning() [3/3]

SWarning::SWarning ( const char *  pTitle,
const char *  pMsg 
)

Member Data Documentation

◆ m_AutoHide

bool SWarning::m_AutoHide = true

◆ m_aWarningMsg

char SWarning::m_aWarningMsg[256] = ""

◆ m_aWarningTitle

char SWarning::m_aWarningTitle[128] = ""

◆ m_WasShown

bool SWarning::m_WasShown = false

The documentation for this struct was generated from the following files: