C# 클래스 TranscendPlugins.PortableCraftingGuide

상속: System.MarshalByRefObject, IPluginPreUpdate, IPluginUpdate, IPluginPlaySound, IPluginInitialize
파일 보기 프로젝트 열기: dougbenham/TerrariaPatcher

공개 메소드들

메소드 설명
OnInitialize ( ) : void
OnPlaySound ( int type, int x, int y, int style ) : bool
OnPreUpdate ( ) : void
OnUpdate ( ) : void

비공개 메소드들

메소드 설명
Set ( ) : void

메소드 상세

OnInitialize() 공개 메소드

public OnInitialize ( ) : void
리턴 void

OnPlaySound() 공개 메소드

public OnPlaySound ( int type, int x, int y, int style ) : bool
type int
x int
y int
style int
리턴 bool

OnPreUpdate() 공개 메소드

public OnPreUpdate ( ) : void
리턴 void

OnUpdate() 공개 메소드

public OnUpdate ( ) : void
리턴 void