Packagecom.myflashlab.air.extensions.gameCenter
Classpublic class PlayerScope
InheritancePlayerScope Inheritance Object

The scope of players to be searched for scores.



Public Constants
 ConstantDefined 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
Constant Detail
FRIENDS_ONLYConstant
public static const FRIENDS_ONLY:int = 1

Only friends of the local player should be considered when generating the list of scores.

GLOBALConstant 
public static const GLOBAL:int = 0

All players on Game Center should be considered when generating the list of scores.