Loading function...

Please make sure JavaScript is enabled. Otherwise you will be unable to see the function documentation.

Attempt to connect to a server given an Address and return if the prompt was successfully brought up.

This function is primarily meant for creating a server browser.

Arguments

Results

Disconnect from the current server and return if there was a server to disconnect from.

This function is primarily meant for creating a server browser.

Arguments

None.

Results

Return a table of all the servers listed in the user's DSL config under list_server.

This function is primarily meant for creating a server browser.

Arguments

None.

Results

Returns true if networking is enabled in the user's DSL config.

Arguments

None.

Results

Request listing information for a server and return if it was successfully requested. If a response is received, a ServerListing event will be fired.

This function is primarily meant for creating a server browser.

Arguments

Results

Send Lua data over the network. This function should usually only be used by client scripts from a server.

You can add network events using the RegisterNetworkEventHandler function.

This is a client function, see the server version here: SendNetworkEvent.

The same restrictions apply here as with PackTable.

Arguments

Results

None.