C# Class TwitchBotLib.LevelSubmitter

Exibir arquivo Open project: dram55/MarioMakerTwitchBot Class Usage Examples

Public Methods

Method Description
CloseQueue ( ) : void
ForceAddLevel ( string levelCode, string submitter ) : void
IsValidLevelCode ( string &levelCode ) : bool
LevelSubmitter ( ) : System
NextLevel ( ) : void
OpenQueue ( ) : void
PreviousLevel ( ) : void

Private Methods

Method Description
AddLevel ( LevelSubmission currentSubmission ) : void
AddLevelHelper ( LevelSubmission submission, int timesToEnter ) : void
CreateDirectories ( ) : void
displayCloseQueueText ( ) : void
displayNextLevel ( ) : void
displayOpenQueueText ( ) : void
randomlyPickLevels ( ) : void

Randomly picks LevelLimit amount of levels from AllLevels and puts them in FinalLevels

Method Details

CloseQueue() public method

public CloseQueue ( ) : void
return void

ForceAddLevel() public method

public ForceAddLevel ( string levelCode, string submitter ) : void
levelCode string
submitter string
return void

IsValidLevelCode() public static method

public static IsValidLevelCode ( string &levelCode ) : bool
levelCode string
return bool

LevelSubmitter() public method

public LevelSubmitter ( ) : System
return System

NextLevel() public method

public NextLevel ( ) : void
return void

OpenQueue() public method

public OpenQueue ( ) : void
return void

PreviousLevel() public method

public PreviousLevel ( ) : void
return void