Skip to content

GodotcordLobby

Drachenfrucht1 edited this page Aug 18, 2021 · 1 revision

GodotcordLobby

Data class for a discord lobby

Description

Data class for a discord lobby

string secret
int id
int owner_id
int max_users
int current_users
string get_secret()
void set_secret(property : string)
int get_id()
void set_id(property : int)
int get_owner_id()
void set_owner_id(property : int)
int get_max_users()
void set_max_users(property : int)
int get_current_users()
void set_current_users(property : int)

Method Descriptions

  • string get_secret()

  • void set_secret(property : string)

  • int get_id()

  • void set_id(property : int)

  • int get_owner_id()

  • void set_owner_id(property : int)

  • int get_max_users()

  • void set_max_users(property : int)

  • int get_current_users()

  • void set_current_users(property : int)

Clone this wiki locally