C# Class ZeldaFullEditor.ROM

Afficher le fichier Open project: Zarby89/ZScreamDungeon

Méthodes publiques

Свойство Type Description
AdvancedLogs bool
DATA byte[]
DATA2 byte[]
TEMPDATA byte[]
advancedLogData List
logBlock bool
romLog StringBuilder

Méthodes publiques

Méthode Description
EndBlockLogWriting ( ) : void
ReadByte ( int addr ) : ushort
ReadLong ( int addr ) : int
ReadRealShort ( int addr ) : short
ReadReverseShort ( int addr ) : short
ReadShort ( int addr ) : ushort
ReadTile16 ( int addr ) : ZeldaFullEditor.Tile16
SaveLogs ( ) : void
StartBlockLogWriting ( string name, int addr ) : void
Write ( int addr, Array value, bool log = true, string info = "" ) : void
Write ( int addr, byte value, bool log = true, string info = "NO INFOS" ) : void
Write2 ( int addr, Array value, bool log = false, string info = "" ) : void
Write2 ( int addr, byte value, bool log = false, string info = "" ) : void
WriteLong ( int addr, int value, bool log = true, string info = "" ) : void
WriteLong2 ( int addr, int value, bool log = false, string info = "" ) : void
WriteShort ( int addr, int value, bool log = true, string info = "" ) : void
WriteShort2 ( int addr, int value, bool log = false, string info = "" ) : void

Method Details

EndBlockLogWriting() public static méthode

public static EndBlockLogWriting ( ) : void
Résultat void

ReadByte() public static méthode

public static ReadByte ( int addr ) : ushort
addr int
Résultat ushort

ReadLong() public static méthode

public static ReadLong ( int addr ) : int
addr int
Résultat int

ReadRealShort() public static méthode

public static ReadRealShort ( int addr ) : short
addr int
Résultat short

ReadReverseShort() public static méthode

public static ReadReverseShort ( int addr ) : short
addr int
Résultat short

ReadShort() public static méthode

public static ReadShort ( int addr ) : ushort
addr int
Résultat ushort

ReadTile16() public static méthode

public static ReadTile16 ( int addr ) : ZeldaFullEditor.Tile16
addr int
Résultat ZeldaFullEditor.Tile16

SaveLogs() public static méthode

public static SaveLogs ( ) : void
Résultat void

StartBlockLogWriting() public static méthode

public static StartBlockLogWriting ( string name, int addr ) : void
name string
addr int
Résultat void

Write() public static méthode

public static Write ( int addr, Array value, bool log = true, string info = "" ) : void
addr int
value Array
log bool
info string
Résultat void

Write() public static méthode

public static Write ( int addr, byte value, bool log = true, string info = "NO INFOS" ) : void
addr int
value byte
log bool
info string
Résultat void

Write2() public static méthode

public static Write2 ( int addr, Array value, bool log = false, string info = "" ) : void
addr int
value Array
log bool
info string
Résultat void

Write2() public static méthode

public static Write2 ( int addr, byte value, bool log = false, string info = "" ) : void
addr int
value byte
log bool
info string
Résultat void

WriteLong() public static méthode

public static WriteLong ( int addr, int value, bool log = true, string info = "" ) : void
addr int
value int
log bool
info string
Résultat void

WriteLong2() public static méthode

public static WriteLong2 ( int addr, int value, bool log = false, string info = "" ) : void
addr int
value int
log bool
info string
Résultat void

WriteShort() public static méthode

public static WriteShort ( int addr, int value, bool log = true, string info = "" ) : void
addr int
value int
log bool
info string
Résultat void

WriteShort2() public static méthode

public static WriteShort2 ( int addr, int value, bool log = false, string info = "" ) : void
addr int
value int
log bool
info string
Résultat void

Property Details

AdvancedLogs public_oe static_oe property

public static bool AdvancedLogs
Résultat bool

DATA public_oe static_oe property

public static byte[] DATA
Résultat byte[]

DATA2 public_oe static_oe property

public static byte[] DATA2
Résultat byte[]

TEMPDATA public_oe static_oe property

public static byte[] TEMPDATA
Résultat byte[]

advancedLogData public_oe static_oe property

public static List advancedLogData
Résultat List

logBlock public_oe static_oe property

public static bool logBlock
Résultat bool

romLog public_oe static_oe property

public static StringBuilder romLog
Résultat StringBuilder