UserVariable class

Availability:

SmartFoxServer PRO 1.2.1

Description:

A UserVariable object represents a value saved on the server-side for a specified User.

Public Methods:

getValue()   Return the variable value


Example:

var userVar = userObj.getVariable("strength")
trace("Your strength = " + userVar.getValue())