C# Class TranscendPlugins.PortableCraftingGuide

Inheritance: System.MarshalByRefObject, IPluginPreUpdate, IPluginUpdate, IPluginPlaySound, IPluginInitialize
Afficher le fichier Open project: dougbenham/TerrariaPatcher

Méthodes publiques

Méthode Description
OnInitialize ( ) : void
OnPlaySound ( int type, int x, int y, int style ) : bool
OnPreUpdate ( ) : void
OnUpdate ( ) : void

Private Methods

Méthode Description
Set ( ) : void

Method Details

OnInitialize() public méthode

public OnInitialize ( ) : void
Résultat void

OnPlaySound() public méthode

public OnPlaySound ( int type, int x, int y, int style ) : bool
type int
x int
y int
style int
Résultat bool

OnPreUpdate() public méthode

public OnPreUpdate ( ) : void
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void