Horizon Official Technical Documentation
Horizon::Auth::s_ac_char_server_list Struct Reference

#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 }
 

Member Data Documentation

◆ ip

uint32_t Horizon::Auth::s_ac_char_server_list::ip { 0 }

◆ is_new

uint16_t Horizon::Auth::s_ac_char_server_list::is_new { 0 }

◆ name

char Horizon::Auth::s_ac_char_server_list::name[20] { 0 }

◆ port

int16_t Horizon::Auth::s_ac_char_server_list::port { 0 }

◆ type

uint16_t Horizon::Auth::s_ac_char_server_list::type { 0 }

Server type @ character_server_type.

Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver().

◆ unknown2

char Horizon::Auth::s_ac_char_server_list::unknown2[128] { 0 }

◆ usercount

uint16_t Horizon::Auth::s_ac_char_server_list::usercount { 0 }

Online users.

Referenced by Horizon::Auth::AC_ACCEPT_LOGIN::deliver().


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