Click or drag to resize

SFSRoomContainsVariable Method

Indicates whether this Room has the specified Room Variable set or not.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool ContainsVariable(
	string name
)

Parameters

name
Type: SystemString
The name of the Room Variable whose existance in this Room must be checked.

Return Value

Type: Boolean
true if a Room Variable with the passed name exists in this Room.

Implements

RoomContainsVariable(String)
See Also