Evospace  0.19.0
Modding API
 
Loading...
Searching...
No Matches
Mod Class Reference

Mod object. More...

Public Attributes

std::string name
 name. Must be not empty.
 
std::string version
 version. Default value: ""
 
std::string title
 title. Default value: ""
 
std::string evospace_version
 evospace_version. Default value: ""
 
std::string created_by
 created_by. Default value: ""
 
std::string description
 description. Default value: ""
 
std::string author
 author. Default value: ""
 
bool enabled = true
 enabled. Default value: true
 
bool loaded_without_errors = false
 is mod loaded without errors. Default value: false
 
Array< std::string > dependencies
 dependencies
 

Detailed Description

Mod object.

Definition at line 21 of file Mod.h.