#include <content.h>
Public Attributes | |
std::string | type |
std::string | author |
u32 | release = 0 |
std::string | name |
Technical name / Id. | |
std::string | title |
Human-readable title. | |
std::string | desc |
Short description. | |
std::string | path |
std::string | textdomain |
std::string ContentSpec::author |
Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().
std::string ContentSpec::desc |
Short description.
Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().
std::string ContentSpec::name |
Technical name / Id.
Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().
std::string ContentSpec::path |
Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().
u32 ContentSpec::release = 0 |
Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().
std::string ContentSpec::textdomain |
Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().
std::string ContentSpec::title |
Human-readable title.
Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().
std::string ContentSpec::type |
Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().