Pyrogenesis  trunk
Public Attributes | List of all members
Mod::ModData Struct Reference

Parsed mod.json data for C++ usage. More...

#include <Mod.h>

Public Attributes

CStr m_Pathname
 
CStr m_Name
 
CStr m_Version
 
std::vector< CStr > m_Dependencies
 
bool m_IgnoreInCompatibilityChecks
 
CStr m_Text
 

Detailed Description

Parsed mod.json data for C++ usage.

Note that converting to/from JS is lossy.

Member Data Documentation

◆ m_Dependencies

std::vector<CStr> Mod::ModData::m_Dependencies

◆ m_IgnoreInCompatibilityChecks

bool Mod::ModData::m_IgnoreInCompatibilityChecks

◆ m_Name

CStr Mod::ModData::m_Name

◆ m_Pathname

CStr Mod::ModData::m_Pathname

◆ m_Text

CStr Mod::ModData::m_Text

◆ m_Version

CStr Mod::ModData::m_Version

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