Returns true if a RoomVariable with the passed name exists in the Room

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

Syntax

C#
bool ContainsVariable(
	string name
)

Parameters

name
Type: System..::..String
A String

Return Value

A Boolean

See Also