Get a UserVariable

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

Syntax

C#
public UserVariable GetVariable(
	string name
)

Parameters

name
Type: System..::..String

Return Value

the UserVariable or null if the variable doesn't exist

Implements

User..::..GetVariable(String)

See Also