SteamClient - stingray.SteamClient object reference - Stingray Lua API Reference

stingray.SteamClient object reference

Description

Represents a client network node in a Steam game.

Client nodes can start game through lobbies, but do not show up in the server browser.

Functions

Parameters

self :

stingray.SteamClient

Specifies the object instance that this function will act on.

You may use the colon : calling syntax to call this function on an instance of this object. If you do so, you must omit this parameter. For more information, see this Stingray help topic, or this page in the Lua documentation.
Returns

stingray.SteamLobbyBrowser

The lobby browser, which you can use to browse Steam lobbies.

Parameters

self :

stingray.SteamClient

Specifies the object instance that this function will act on.

You may use the colon : calling syntax to call this function on an instance of this object. If you do so, you must omit this parameter. For more information, see this Stingray help topic, or this page in the Lua documentation.
Returns

stingray.SteamServerBrowser

The server browser, which you can use to browse Steam game servers.