PackageGeneral
Classpublic class LSOManager



Public Methods
 MethodDefined by
  
HasRatedChallenge(challengeID:String):Boolean
[static]
LSOManager
  
HasRatedReplay(replayID:String):Boolean
[static]
LSOManager
  
HasRatedRobot(robotID:String):Boolean
[static]
LSOManager
  
HasReadTerms():Boolean
[static]
LSOManager
  
Init():void
[static]
LSOManager
  
IsAnythingDone():Boolean
[static]
LSOManager
  
IsLevelDone(level:int):Boolean
[static]
LSOManager
  
SetChallengeRated(challengeID:String):void
[static]
LSOManager
  
SetLevelDone(level:int):void
[static]
LSOManager
  
SetReplayRated(replayID:String):void
[static]
LSOManager
  
SetRobotRated(robotID:String):void
[static]
LSOManager
  
SetTermsRead():void
[static]
LSOManager
Method detail
HasRatedChallenge()method
public static function HasRatedChallenge(challengeID:String):BooleanParameters
challengeID:String

Returns
Boolean
HasRatedReplay()method 
public static function HasRatedReplay(replayID:String):BooleanParameters
replayID:String

Returns
Boolean
HasRatedRobot()method 
public static function HasRatedRobot(robotID:String):BooleanParameters
robotID:String

Returns
Boolean
HasReadTerms()method 
public static function HasReadTerms():Boolean

Returns
Boolean
Init()method 
public static function Init():void
IsAnythingDone()method 
public static function IsAnythingDone():Boolean

Returns
Boolean
IsLevelDone()method 
public static function IsLevelDone(level:int):BooleanParameters
level:int

Returns
Boolean
SetChallengeRated()method 
public static function SetChallengeRated(challengeID:String):voidParameters
challengeID:String
SetLevelDone()method 
public static function SetLevelDone(level:int):voidParameters
level:int
SetReplayRated()method 
public static function SetReplayRated(replayID:String):voidParameters
replayID:String
SetRobotRated()method 
public static function SetRobotRated(robotID:String):voidParameters
robotID:String
SetTermsRead()method 
public static function SetTermsRead():void