stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::XmlActionBaseWidgetParser< TXmlGameWidgetParser >::XmlAction Struct Reference

Public Attributes

bool m_bDefined = false
 Whether any action attribute was defined. More...
 
ActionWidget::ACTION_TYPE m_eActionType
 The action type. More...
 
int32_t m_nActionId = ActionWidget::LocalInit{}.m_nActionId
 See ActionWidget::LocalInit::m_nActionId . More...
 
int32_t m_nValue = ActionWidget::LocalInit{}.m_nValue
 See ActionWidget::LocalInit::m_nValue . More...
 
std::string m_sActionName
 See ActionWidget::LocalInit::m_sActionName . More...
 

Member Data Documentation

◆ m_bDefined

template<class TXmlGameWidgetParser>
bool stmg::XmlActionBaseWidgetParser< TXmlGameWidgetParser >::XmlAction::m_bDefined = false

Whether any action attribute was defined.

◆ m_eActionType

template<class TXmlGameWidgetParser>
ActionWidget::ACTION_TYPE stmg::XmlActionBaseWidgetParser< TXmlGameWidgetParser >::XmlAction::m_eActionType

The action type.

◆ m_nActionId

template<class TXmlGameWidgetParser>
int32_t stmg::XmlActionBaseWidgetParser< TXmlGameWidgetParser >::XmlAction::m_nActionId = ActionWidget::LocalInit{}.m_nActionId

◆ m_nValue

template<class TXmlGameWidgetParser>
int32_t stmg::XmlActionBaseWidgetParser< TXmlGameWidgetParser >::XmlAction::m_nValue = ActionWidget::LocalInit{}.m_nValue

◆ m_sActionName

template<class TXmlGameWidgetParser>
std::string stmg::XmlActionBaseWidgetParser< TXmlGameWidgetParser >::XmlAction::m_sActionName