NosLib v0.2.0 NosLib.LobbySerializer View Source
Responses from the world server to select a character.
Link to this section Summary
Link to this section Types
Link to this type
family()
View Sourcefamily() :: %{id: binary(), name: binary(), level: pos_integer()}
Link to this type
load_character()
View Sourceload_character() :: %{ id: binary(), name: binary(), group_id: binary(), family: family(), authority: pos_integer(), gender: NosLib.CharacterHelpers.gender(), hair: NosLib.CharacterHelpers.hair(), class: NosLib.CharacterHelpers.class(), dignity: pos_integer(), compliment: pos_integer(), morph: pos_integer(), invisible?: boolean(), sp_upgrade?: boolean(), arena_winner?: boolean() }
Link to this section Functions
Link to this function
render(atom, param)
View Sourcerender(:list_characters, list_characters()) :: [binary()]
render(:load_character, load_character()) :: [binary()]