C# 클래스 HyoutaTools.Tales.DestinyRemake.MglkExtract.MGLK

파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeaderSize uint
Mglk byte[]
NumberOfExtraSections ushort
NumberOfExtraSectionsPlus2 ushort
PointerToEndOfFile uint
PointerToScenarioFile uint
PointersToExtraSections uint[]

공개 메소드들

메소드 설명
ExtractScenarioFileOnly ( string ScenarioFilePath ) : void
Load ( byte Mglk ) : void

메소드 상세

ExtractScenarioFileOnly() 공개 메소드

public ExtractScenarioFileOnly ( string ScenarioFilePath ) : void
ScenarioFilePath string
리턴 void

Load() 공개 메소드

public Load ( byte Mglk ) : void
Mglk byte
리턴 void

프로퍼티 상세

HeaderSize 공개적으로 프로퍼티

public uint HeaderSize
리턴 uint

Mglk 공개적으로 프로퍼티

public byte[] Mglk
리턴 byte[]

NumberOfExtraSections 공개적으로 프로퍼티

public ushort NumberOfExtraSections
리턴 ushort

NumberOfExtraSectionsPlus2 공개적으로 프로퍼티

public ushort NumberOfExtraSectionsPlus2
리턴 ushort

PointerToEndOfFile 공개적으로 프로퍼티

public uint PointerToEndOfFile
리턴 uint

PointerToScenarioFile 공개적으로 프로퍼티

public uint PointerToScenarioFile
리턴 uint

PointersToExtraSections 공개적으로 프로퍼티

public uint[] PointersToExtraSections
리턴 uint[]