C# Class Data_ripper.NightmareModule.ModuleEntry

Mostrar archivo Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
ModuleEntry ( string description, int offset, int numberOfBytes, string type, string parameterFile ) : System
ToString ( Text tableFile, byte ROM, int entryOffset ) : string
getLongValue ( byte ROM, int entryOffset ) : long
getText ( Text tableFile, byte ROM, int entryOffset ) : string
getValue ( byte ROM, int entryOffset ) : string

Private Methods

Method Description
setParameters ( string path ) : void
typeSetter ( string type ) : void

Method Details

ModuleEntry() public method

public ModuleEntry ( string description, int offset, int numberOfBytes, string type, string parameterFile ) : System
description string
offset int
numberOfBytes int
type string
parameterFile string
return System

ToString() public method

public ToString ( Text tableFile, byte ROM, int entryOffset ) : string
tableFile Text
ROM byte
entryOffset int
return string

getLongValue() public method

public getLongValue ( byte ROM, int entryOffset ) : long
ROM byte
entryOffset int
return long

getText() public method

public getText ( Text tableFile, byte ROM, int entryOffset ) : string
tableFile Text
ROM byte
entryOffset int
return string

getValue() public method

public getValue ( byte ROM, int entryOffset ) : string
ROM byte
entryOffset int
return string