network_psn_room_info table reference - Stingray Lua API Reference

network_psn_room_info table reference

Description

Contains details about a single available room, returned by each call to stingray.PsnRoomBrowser.room().

Data Members

data : string

The data assigned to the room by a call to stingray.PsnRoom.set_data().

If you want to join the room, this is the address you should provide when you call stingray.Network.join_psn_room().

name : string

The name assigned to the room by a call to stingray.PsnRoom.set_name().