Click or drag to resize

RoomGetVariables Method

Retrieves all the Room Variables of this Room.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
List<RoomVariable> GetVariables()

Return Value

Type: ListRoomVariable
A list of objects representing the Room Variables associated with this Room.
See Also