C# Class Data_ripper.NightmareModule.ModuleEntry

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode 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

Méthode Description
setParameters ( string path ) : void
typeSetter ( string type ) : void

Method Details

ModuleEntry() public méthode

public ModuleEntry ( string description, int offset, int numberOfBytes, string type, string parameterFile ) : System
description string
offset int
numberOfBytes int
type string
parameterFile string
Résultat System

ToString() public méthode

public ToString ( Text tableFile, byte ROM, int entryOffset ) : string
tableFile Text
ROM byte
entryOffset int
Résultat string

getLongValue() public méthode

public getLongValue ( byte ROM, int entryOffset ) : long
ROM byte
entryOffset int
Résultat long

getText() public méthode

public getText ( Text tableFile, byte ROM, int entryOffset ) : string
tableFile Text
ROM byte
entryOffset int
Résultat string

getValue() public méthode

public getValue ( byte ROM, int entryOffset ) : string
ROM byte
entryOffset int
Résultat string