C# Class NScumm.Sky.CompactEntry

Show file Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
Data object
Name string
Type CptTypeId

Public Methods

Method Description
CompactEntry ( int id ) : System
Patch ( byte data ) : void
Patch ( byte data, int offset, int destOffset, int length ) : void
ToString ( ) : string

Method Details

CompactEntry() public method

public CompactEntry ( int id ) : System
id int
return System

Patch() public method

public Patch ( byte data ) : void
data byte
return void

Patch() public method

public Patch ( byte data, int offset, int destOffset, int length ) : void
data byte
offset int
destOffset int
length int
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Data public property

public object Data
return object

Name public property

public string Name
return string

Type public property

public CptTypeId Type
return CptTypeId