Collapse All
Expand All
C#
SFS2X API (Unity/C#)
Room
.
.
::
.
.
ContainsVariable Method
Room Interface
See Also
Send Feedback
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
Room Interface
Sfs2X.Entities Namespace
Sfs2X.Entities.Variables
.
.
::
.
.
RoomVariable