eris 1.4.0
A WorldForge client library.
|
Public Types | |
enum class | Type { STRING } |
Public Attributes | |
std::string | name |
const std::string | label |
std::string | description |
Type | type |
std::vector< Atlas::Message::Element > | options |
Definition at line 28 of file SpawnPoint.h.
|
strong |
Definition at line 29 of file SpawnPoint.h.
std::string Eris::SpawnProperty::description |
Definition at line 37 of file SpawnPoint.h.
const std::string Eris::SpawnProperty::label |
Show to the user
Definition at line 36 of file SpawnPoint.h.
std::string Eris::SpawnProperty::name |
Definition at line 32 of file SpawnPoint.h.
std::vector<Atlas::Message::Element> Eris::SpawnProperty::options |
Definition at line 39 of file SpawnPoint.h.
Type Eris::SpawnProperty::type |
Definition at line 38 of file SpawnPoint.h.