C# Class FSO.Client.GameController

Handles the game flow between various game modes, e.g. login => city view
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
DebugShowTypeFaceScreen ( ) : void
ShowCity ( ) : void
ShowCityTransition ( CityInfo selectedCity, bool CharacterCreated ) : void
ShowCredits ( ) : void
ShowLogin ( ) : void

Show the login screen

ShowLotDebug ( ) : void
ShowPersonCreation ( CityInfo selectedCity ) : void
ShowPersonSelection ( ) : void

Go to the person selection page

StartDebugTools ( ) : void
StartLoading ( ) : void

Start the preloading process

Method Details

DebugShowTypeFaceScreen() public method

public DebugShowTypeFaceScreen ( ) : void
return void

ShowCity() public method

public ShowCity ( ) : void
return void

ShowCityTransition() public method

public ShowCityTransition ( CityInfo selectedCity, bool CharacterCreated ) : void
selectedCity ProtocolAbstractionLibraryD.CityInfo
CharacterCreated bool
return void

ShowCredits() public method

public ShowCredits ( ) : void
return void

ShowLogin() public method

Show the login screen
public ShowLogin ( ) : void
return void

ShowLotDebug() public method

public ShowLotDebug ( ) : void
return void

ShowPersonCreation() public method

public ShowPersonCreation ( CityInfo selectedCity ) : void
selectedCity ProtocolAbstractionLibraryD.CityInfo
return void

ShowPersonSelection() public method

Go to the person selection page
public ShowPersonSelection ( ) : void
return void

StartDebugTools() public method

public StartDebugTools ( ) : void
return void

StartLoading() public method

Start the preloading process
public StartLoading ( ) : void
return void