Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions.

HostPanel🔗

Inherits: MarginContainer

There is currently no description for this class. Please help us by contributing one !

Propiedades🔗

Button

host_button

Button

menu_button

Button

quit_button

LineEdit

server_host

LineEdit

server_port

OptionButton

map_selector

OptionButton

mode_selector

RegEx

_host

<unknown>

RegEx

_port

<unknown>

Métodos🔗

void

_ready()

String

get_host()

int

get_port()

Array

get_addr()


Property Descriptions🔗

Button host_button 🔗

There is currently no description for this property. Please help us by contributing one!


Button menu_button 🔗

There is currently no description for this property. Please help us by contributing one!


Button quit_button 🔗

There is currently no description for this property. Please help us by contributing one!


LineEdit server_host 🔗

There is currently no description for this property. Please help us by contributing one!


LineEdit server_port 🔗

There is currently no description for this property. Please help us by contributing one!


OptionButton map_selector 🔗

There is currently no description for this property. Please help us by contributing one!


OptionButton mode_selector 🔗

There is currently no description for this property. Please help us by contributing one!


RegEx _host = <unknown> 🔗

There is currently no description for this property. Please help us by contributing one!


RegEx _port = <unknown> 🔗

There is currently no description for this property. Please help us by contributing one!


Method Descriptions🔗

void _ready() 🔗

There is currently no description for this method. Please help us by contributing one!


String get_host() 🔗

This method gets a validated host as specified in the host panel or returns the default one from configuration if invalid


int get_port() 🔗

This method gets a validated port as specified in the host panel or returns the default one from configuration if invalid


Array get_addr() 🔗

This method gets an array of validated host and port as specified in the host panel or returns an array of default values from configuration if invalid