C# Class SharpTune.Core.LookupTable

Show file Open project: Merp/SharpTune Class Usage Examples

Public Properties

Property Type Description
Name string
dataAddress uint
ramLimit System.UInt32
ramStart System.UInt32
romLimit System.UInt32
rowColLimit System.UInt16
tableTypes List

Public Methods

Method Description
CheckData ( ) : bool
LookupTable ( ) : System
LookupTable ( string name, uint da ) : System
TrySynthesizeLut ( LookupTable &lut, string name, uint da ) : bool

Method Details

CheckData() public method

public CheckData ( ) : bool
return bool

LookupTable() public method

public LookupTable ( ) : System
return System

LookupTable() public method

public LookupTable ( string name, uint da ) : System
name string
da uint
return System

TrySynthesizeLut() public static method

public static TrySynthesizeLut ( LookupTable &lut, string name, uint da ) : bool
lut LookupTable
name string
da uint
return bool

Property Details

Name public property

public string Name
return string

dataAddress public property

public uint dataAddress
return uint

ramLimit public property

public UInt32,System ramLimit
return System.UInt32

ramStart public property

public UInt32,System ramStart
return System.UInt32

romLimit public property

public UInt32,System romLimit
return System.UInt32

rowColLimit public property

public UInt16,System rowColLimit
return System.UInt16

tableTypes public property

public List tableTypes
return List