C# Class NewSF64Toolkit.DataStructures.DataObjects.DMATableEntry

Inheritance: IGameDataStructure
Afficher le fichier Open project: mib-f8sm9c/NewSF64Toolkit

Méthodes publiques

Свойство Type Description
CFlag uint
Offset int
PEnd uint
PStart uint
VStart uint

Méthodes publiques

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

Method Details

DMATableEntry() public méthode

public DMATableEntry ( int offset, byte bytes ) : System
offset int
bytes byte
Résultat System

GetAsBytes() public méthode

public GetAsBytes ( ) : byte[]
Résultat byte[]

LoadFromBytes() public méthode

public LoadFromBytes ( byte bytes ) : bool
bytes byte
Résultat bool

Property Details

CFlag public_oe property

public uint CFlag
Résultat uint

Offset public_oe property

public int Offset
Résultat int

PEnd public_oe property

public uint PEnd
Résultat uint

PStart public_oe property

public uint PStart
Résultat uint

VStart public_oe property

public uint VStart
Résultat uint