|  | Pyrogenesis HEAD
    Pyrogenesis, a RTS Engine | 
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 | 
Parsed mod.json data for C++ usage.
Note that converting to/from JS is lossy.
| std::vector<CStr> Mod::ModData::m_Dependencies | 
| bool Mod::ModData::m_IgnoreInCompatibilityChecks | 
| CStr Mod::ModData::m_Name | 
| CStr Mod::ModData::m_Pathname | 
| CStr Mod::ModData::m_Text | 
| CStr Mod::ModData::m_Version |