C# Class FSO.Client.GameController

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

Méthodes publiques

Méthode 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 méthode

public DebugShowTypeFaceScreen ( ) : void
Résultat void

ShowCity() public méthode

public ShowCity ( ) : void
Résultat void

ShowCityTransition() public méthode

public ShowCityTransition ( CityInfo selectedCity, bool CharacterCreated ) : void
selectedCity ProtocolAbstractionLibraryD.CityInfo
CharacterCreated bool
Résultat void

ShowCredits() public méthode

public ShowCredits ( ) : void
Résultat void

ShowLogin() public méthode

Show the login screen
public ShowLogin ( ) : void
Résultat void

ShowLotDebug() public méthode

public ShowLotDebug ( ) : void
Résultat void

ShowPersonCreation() public méthode

public ShowPersonCreation ( CityInfo selectedCity ) : void
selectedCity ProtocolAbstractionLibraryD.CityInfo
Résultat void

ShowPersonSelection() public méthode

Go to the person selection page
public ShowPersonSelection ( ) : void
Résultat void

StartDebugTools() public méthode

public StartDebugTools ( ) : void
Résultat void

StartLoading() public méthode

Start the preloading process
public StartLoading ( ) : void
Résultat void