Horizon Official Technical Documentation
|
|
#include <TransmittedPackets.hpp>
Public Attributes | |
uint32_t | ip { 0 } |
Server IP address. More... | |
int16_t | port { 0 } |
Server port. More... | |
char | name [20] { 0 } |
Server name. More... | |
uint16_t | usercount { 0 } |
Online users. More... | |
uint16_t | is_new { 0 } |
Server state. More... | |
uint16_t | type { 0 } |
Server type @ character_server_type. More... | |
char | unknown2 [128] { 0 } |
uint32_t Horizon::Auth::s_ac_char_server_list::ip { 0 } |
Server IP address.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver().
uint16_t Horizon::Auth::s_ac_char_server_list::is_new { 0 } |
Server state.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver().
char Horizon::Auth::s_ac_char_server_list::name[20] { 0 } |
Server name.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver().
int16_t Horizon::Auth::s_ac_char_server_list::port { 0 } |
Server port.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver().
uint16_t Horizon::Auth::s_ac_char_server_list::type { 0 } |
Server type @ character_server_type.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver().
char Horizon::Auth::s_ac_char_server_list::unknown2[128] { 0 } |
uint16_t Horizon::Auth::s_ac_char_server_list::usercount { 0 } |
Online users.
Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver().