C# Class NewSF64Toolkit.DataStructures.DataObjects.F3DEX.DListCommand

Inheritance: IGameDataStructure
Mostra file Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Public Properties

Property Type Description
CommandData List
Offset int

Public Methods

Method Description
DListCommand ( int offset, byte data ) : System
GetAsBytes ( ) : byte[]
GetCommandType ( ) : CommandType
LoadFromBytes ( byte bytes ) : bool

Method Details

DListCommand() public method

public DListCommand ( int offset, byte data ) : System
offset int
data byte
return System

GetAsBytes() public method

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

GetCommandType() public method

public GetCommandType ( ) : CommandType
return CommandType

LoadFromBytes() public method

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

Property Details

CommandData public_oe property

public List CommandData
return List

Offset public_oe property

public int Offset
return int