eris 1.4.0
A WorldForge client library.
Eris::CharacterType Struct Reference

An available character type which a client can create a character from on the server. This is presented to the client when first connected to the server and allows a user to select what kind of character to create in the world. More...

#include <SpawnPoint.h>

Collaboration diagram for Eris::CharacterType:

Public Attributes

std::string name
 The name of the character type. More...
 
std::string description
 A description of the character type. More...
 

Detailed Description

An available character type which a client can create a character from on the server. This is presented to the client when first connected to the server and allows a user to select what kind of character to create in the world.

Author
Erik Hjortsberg erik..nosp@m.hjor.nosp@m.tsber.nosp@m.g@gm.nosp@m.ail.c.nosp@m.om

Definition at line 15 of file SpawnPoint.h.

Member Data Documentation

◆ description

std::string Eris::CharacterType::description

A description of the character type.

Definition at line 25 of file SpawnPoint.h.

◆ name

std::string Eris::CharacterType::name

The name of the character type.

Definition at line 20 of file SpawnPoint.h.


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