C# Class TibiaCustom.Plugin

Inheritance: PluginInterface.IPlugin
Afficher le fichier Open project: opentibia/item-editor

Méthodes publiques

Свойство Type Description
settings PluginInterface.Settings

Méthodes publiques

Méthode Description
Dispose ( ) : void
Initialize ( ) : void
LoadClient ( SupportedClient client, string datFullPath, string sprFullPath ) : bool
loadDat ( string filename, UInt32 signature ) : bool
loadSprites ( string filename, UInt32 signature ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadClient() public méthode

public LoadClient ( SupportedClient client, string datFullPath, string sprFullPath ) : bool
client SupportedClient
datFullPath string
sprFullPath string
Résultat bool

loadDat() public méthode

public loadDat ( string filename, UInt32 signature ) : bool
filename string
signature System.UInt32
Résultat bool

loadSprites() public méthode

public loadSprites ( string filename, UInt32 signature ) : bool
filename string
signature System.UInt32
Résultat bool

Property Details

settings public_oe property

public Settings,PluginInterface settings
Résultat PluginInterface.Settings