C# 클래스 Terraria.DB

파일 보기 프로젝트 열기: EmuDevs/EDTerraria

공개 프로퍼티들

프로퍼티 타입 설명
Buffs int>.Dictionary
ItemPrefixes ItemPrefix>.Dictionary
Tiles int>.Dictionary

공개 메소드들

메소드 설명
DB ( ) : System

비공개 메소드들

메소드 설명
CloseConnections ( ) : void
GetFloat ( SQLiteDataReader reader, int col ) : float
GetInt32 ( SQLiteDataReader reader, int col ) : Int32
GetString ( SQLiteDataReader reader, int col ) : string
Load ( string file, string query ) : SQLiteDataReader

메소드 상세

DB() 공개 메소드

public DB ( ) : System
리턴 System

프로퍼티 상세

Buffs 공개적으로 정적으로 프로퍼티

public static Dictionary Buffs
리턴 int>.Dictionary

ItemPrefixes 공개적으로 정적으로 프로퍼티

public static Dictionary ItemPrefixes
리턴 ItemPrefix>.Dictionary

Tiles 공개적으로 정적으로 프로퍼티

public static Dictionary Tiles
리턴 int>.Dictionary