Click or drag to resize

BaseVariableGetIntValue Method

Retrieves the value of an integer variable.

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

Return Value

Type: Int32
The variable value as an integer.

Implements

VariableGetIntValue
See Also