C# 클래스 Terraria.ModLoader.UI.UIModPacks

상속: Terraria.UI.UIState
파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 메소드들

메소드 설명
OnActivate ( ) : void
OnInitialize ( ) : void
SaveModList ( string filename ) : void

비공개 메소드들

메소드 설명
BackClick ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOut ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOver ( UIMouseEvent evt, UIElement listeningElement ) : void
FindModLists ( ) : string[]
SaveNewModList ( UIMouseEvent evt, UIElement listeningElement ) : void

메소드 상세

OnActivate() 공개 메소드

public OnActivate ( ) : void
리턴 void

OnInitialize() 공개 메소드

public OnInitialize ( ) : void
리턴 void

SaveModList() 공개 정적인 메소드

public static SaveModList ( string filename ) : void
filename string
리턴 void