Gets a RoomVariable in the Room

Namespace: Sfs2X.Entities
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
RoomVariable GetVariable(
	string name
)

Parameters

name
Type: System..::..String
the variable name

Return Value

the RoomVariable or null if the variable doesn't exist

See Also