A B C D E G H I J K L M O P R S T U V X Z _

P

playerId - Variable in class it.gotoandplay.smartfoxclient.SmartFoxClient
The current user's id as a player in a game room.
port - Variable in class it.gotoandplay.smartfoxclient.SmartFoxClient
The SmartFoxServer connection port.
put(String, Object) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Put an object with a String key (Associative Array)
put(int, Object) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Put an object with a numeric key (Indexed Array)
putBool(int, boolean) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Put a Boolean value with a numeric key (Indexed Array)
putBool(String, boolean) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Put a Boolean value with a string key (Indexed Array)
putCollection(String, Collection) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Adds the content of a Collection, which may also include other collections or maps
putCollection(int, Collection) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Adds the content of a Collection, which may also include other collections or maps
putMap(String, Map) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Add the content of a Map, which can also contain other maps or collections
putMap(int, Map) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Add the content of a Map, which can also contain other maps or collections
putNumber(int, double) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Put a Number with a numeric key (Indexed Array)
putNumber(String, double) - Method in class it.gotoandplay.smartfoxclient.data.SFSObject
Put a Number with a string key (Associative Array)

A B C D E G H I J K L M O P R S T U V X Z _