tec::networking::UserLoginEvent
#include <client-connection.hpp>
Public Functions
| Name | |
|---|---|
| void | RegisterLuaType(sol::state & ) |
Public Attributes
| Name | |
|---|---|
| std::string | username |
| std::string | user_id |
| std::string | reason |
| bool | authenticated |
| bool | reject |
Public Functions Documentation
function RegisterLuaType
static void RegisterLuaType(
sol::state &
)
Public Attributes Documentation
variable username
std::string username;
variable user_id
std::string user_id;
variable reason
std::string reason;
variable authenticated
bool authenticated {false};
variable reject
bool reject {false};
Updated on 2022-07-24 at 19:27:35 +0000