C# Class Statman.Engines.HM3Engine

Inheritance: IEngine
Afficher le fichier Open project: OrfeasZ/Statman

Méthodes publiques

Méthode Description
Dispose ( ) : void
HM3Engine ( ) : System
OnMessage ( string p_Type, string p_Data ) : void
SendMessage ( string p_Type, string p_Contents ) : void
Update ( ) : void

Private Methods

Méthode Description
InitMenuItems ( ) : void
OnEnableCheats ( object p_Sender, RoutedEventArgs p_RoutedEventArgs ) : void
OnUnlimitedSaves ( object p_Sender, RoutedEventArgs p_RoutedEventArgs ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HM3Engine() public méthode

public HM3Engine ( ) : System
Résultat System

OnMessage() public méthode

public OnMessage ( string p_Type, string p_Data ) : void
p_Type string
p_Data string
Résultat void

SendMessage() public méthode

public SendMessage ( string p_Type, string p_Contents ) : void
p_Type string
p_Contents string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void