C# 클래스 NewSF64Toolkit.StarFoxRomInfo

파일 보기 프로젝트 열기: mib-f8sm9c/NewSF64Toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EndiannessMarkers uint[]
LevelIndexAndAdvItemIndex int[]
LevelIndexAndDMAs int[]
LevelNamesByIndex string[]

공개 메소드들

메소드 설명
DMATableToLevelIndex ( int dmaTable ) : int
DecompressMIO0 ( byte data, byte &outputData ) : bool
GetDMATableOffset ( string gameID, byte version ) : uint
GetEndianness ( uint endianBytes ) : Endianness
GetEndianness ( Endianness endian ) : uint
IsValidVersion ( string gameID, byte version ) : bool

메소드 상세

DMATableToLevelIndex() 공개 정적인 메소드

public static DMATableToLevelIndex ( int dmaTable ) : int
dmaTable int
리턴 int

DecompressMIO0() 공개 정적인 메소드

public static DecompressMIO0 ( byte data, byte &outputData ) : bool
data byte
outputData byte
리턴 bool

GetDMATableOffset() 공개 정적인 메소드

public static GetDMATableOffset ( string gameID, byte version ) : uint
gameID string
version byte
리턴 uint

GetEndianness() 공개 정적인 메소드

public static GetEndianness ( uint endianBytes ) : Endianness
endianBytes uint
리턴 Endianness

GetEndianness() 공개 정적인 메소드

public static GetEndianness ( Endianness endian ) : uint
endian Endianness
리턴 uint

IsValidVersion() 공개 정적인 메소드

public static IsValidVersion ( string gameID, byte version ) : bool
gameID string
version byte
리턴 bool

프로퍼티 상세

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

public static uint[] EndiannessMarkers
리턴 uint[]

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

public static int[] LevelIndexAndAdvItemIndex
리턴 int[]

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

public static int[] LevelIndexAndDMAs
리턴 int[]

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

public static string[] LevelNamesByIndex
리턴 string[]