C# 클래스 TibiaCustom.Plugin

상속: PluginInterface.IPlugin
파일 보기 프로젝트 열기: opentibia/item-editor

공개 프로퍼티들

프로퍼티 타입 설명
settings PluginInterface.Settings

공개 메소드들

메소드 설명
Dispose ( ) : void
Initialize ( ) : void
LoadClient ( SupportedClient client, string datFullPath, string sprFullPath ) : bool
loadDat ( string filename, UInt32 signature ) : bool
loadSprites ( string filename, UInt32 signature ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoadClient() 공개 메소드

public LoadClient ( SupportedClient client, string datFullPath, string sprFullPath ) : bool
client SupportedClient
datFullPath string
sprFullPath string
리턴 bool

loadDat() 공개 메소드

public loadDat ( string filename, UInt32 signature ) : bool
filename string
signature System.UInt32
리턴 bool

loadSprites() 공개 메소드

public loadSprites ( string filename, UInt32 signature ) : bool
filename string
signature System.UInt32
리턴 bool

프로퍼티 상세

settings 공개적으로 프로퍼티

public Settings,PluginInterface settings
리턴 PluginInterface.Settings