Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
ContentSpec Struct Reference

#include <content.h>

+ Collaboration diagram for ContentSpec:

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
 

Member Data Documentation

◆ author

std::string ContentSpec::author

◆ desc

std::string ContentSpec::desc

Short description.

Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().

◆ name

std::string ContentSpec::name

Technical name / Id.

Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().

◆ path

std::string ContentSpec::path

◆ release

u32 ContentSpec::release = 0

◆ textdomain

std::string ContentSpec::textdomain

◆ title

std::string ContentSpec::title

Human-readable title.

Referenced by ModApiMainMenu::l_get_content_info(), and parseContentInfo().

◆ type

std::string ContentSpec::type

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