C# 클래스 Data_ripper.NightmareModule.ModuleEntry

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
ModuleEntry ( string description, int offset, int numberOfBytes, string type, string parameterFile ) : System
ToString ( Text tableFile, byte ROM, int entryOffset ) : string
getLongValue ( byte ROM, int entryOffset ) : long
getText ( Text tableFile, byte ROM, int entryOffset ) : string
getValue ( byte ROM, int entryOffset ) : string

비공개 메소드들

메소드 설명
setParameters ( string path ) : void
typeSetter ( string type ) : void

메소드 상세

ModuleEntry() 공개 메소드

public ModuleEntry ( string description, int offset, int numberOfBytes, string type, string parameterFile ) : System
description string
offset int
numberOfBytes int
type string
parameterFile string
리턴 System

ToString() 공개 메소드

public ToString ( Text tableFile, byte ROM, int entryOffset ) : string
tableFile Text
ROM byte
entryOffset int
리턴 string

getLongValue() 공개 메소드

public getLongValue ( byte ROM, int entryOffset ) : long
ROM byte
entryOffset int
리턴 long

getText() 공개 메소드

public getText ( Text tableFile, byte ROM, int entryOffset ) : string
tableFile Text
ROM byte
entryOffset int
리턴 string

getValue() 공개 메소드

public getValue ( byte ROM, int entryOffset ) : string
ROM byte
entryOffset int
리턴 string