Package | com.myflashlab.air.extensions.gameCenter |
Class | public class PlayerScope |
Inheritance | PlayerScope Object |
Constant | Defined By | ||
---|---|---|---|
FRIENDS_ONLY : int = 1 [static] Only friends of the local player should be considered when generating the list of scores. | PlayerScope | ||
GLOBAL : int = 0 [static] All players on Game Center should be considered when generating the list of scores. | PlayerScope |
FRIENDS_ONLY | Constant |
public static const FRIENDS_ONLY:int = 1
Only friends of the local player should be considered when generating the list of scores.
GLOBAL | Constant |
public static const GLOBAL:int = 0
All players on Game Center should be considered when generating the list of scores.