Click or drag to resize

BaseVariableGetBoolValue Method

Retrieves the value of a boolean variable.

Namespace:  Sfs2X.Entities.Variables
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool GetBoolValue()

Return Value

Type: Boolean
The variable value as a boolean.

Implements

VariableGetBoolValue
See Also