Package sfs3.client.entities.variables
Interface BuddyVariable
- All Superinterfaces:
Variable
- All Known Implementing Classes:
SFSBuddyVariable
The BuddyVariable interface defines all the public methods and properties that an object representing a SmartFoxServer Buddy Variable exposes.
In the SmartFoxServer 3 client API this interface is implemented by the SFSBuddyVariable class. Read the class description for additional informations.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether the Buddy Variable is persistent or not.Methods inherited from interface sfs3.client.entities.variables.Variable
getBoolValue, getByteValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getName, getSFSArrayValue, getSFSObjectValue, getSFSVector2Value, getSFSVector3Value, getShortValue, getStringValue, getType, getValue, isNull, toSFSArray
-
Method Details
-
isOffline
boolean isOffline()Indicates whether the Buddy Variable is persistent or not.By convention any Buddy Variable whose name starts with the dollar sign (
$) will be regarded as persistent and stored locally by the server. Persistent Buddy Variables are also referred to as "offline variables" because they are available to all users who have the owner in their Buddy Lists, whether that Buddy is online or not.
-