C# Class NewSF64Toolkit.DataStructures.DataObjects.DMATableEntry

Inheritance: IGameDataStructure
Mostrar archivo Open project: mib-f8sm9c/NewSF64Toolkit

Public Properties

Property Type Description
CFlag uint
Offset int
PEnd uint
PStart uint
VStart uint

Public Methods

Method Description
DMATableEntry ( int offset, byte bytes ) : System
GetAsBytes ( ) : byte[]
LoadFromBytes ( byte bytes ) : bool

Method Details

DMATableEntry() public method

public DMATableEntry ( int offset, byte bytes ) : System
offset int
bytes byte
return System

GetAsBytes() public method

public GetAsBytes ( ) : byte[]
return byte[]

LoadFromBytes() public method

public LoadFromBytes ( byte bytes ) : bool
bytes byte
return bool

Property Details

CFlag public_oe property

public uint CFlag
return uint

Offset public_oe property

public int Offset
return int

PEnd public_oe property

public uint PEnd
return uint

PStart public_oe property

public uint PStart
return uint

VStart public_oe property

public uint VStart
return uint