C# Class ZeldaFullEditor.ROM

Mostra file Open project: Zarby89/ZScreamDungeon

Public Properties

Property Type Description
AdvancedLogs bool
DATA byte[]
DATA2 byte[]
TEMPDATA byte[]
advancedLogData List
logBlock bool
romLog StringBuilder

Public Methods

Method 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 method

public static EndBlockLogWriting ( ) : void
return void

ReadByte() public static method

public static ReadByte ( int addr ) : ushort
addr int
return ushort

ReadLong() public static method

public static ReadLong ( int addr ) : int
addr int
return int

ReadRealShort() public static method

public static ReadRealShort ( int addr ) : short
addr int
return short

ReadReverseShort() public static method

public static ReadReverseShort ( int addr ) : short
addr int
return short

ReadShort() public static method

public static ReadShort ( int addr ) : ushort
addr int
return ushort

ReadTile16() public static method

public static ReadTile16 ( int addr ) : ZeldaFullEditor.Tile16
addr int
return ZeldaFullEditor.Tile16

SaveLogs() public static method

public static SaveLogs ( ) : void
return void

StartBlockLogWriting() public static method

public static StartBlockLogWriting ( string name, int addr ) : void
name string
addr int
return void

Write() public static method

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

Write() public static method

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

Write2() public static method

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

Write2() public static method

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

WriteLong() public static method

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

WriteLong2() public static method

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

WriteShort() public static method

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

WriteShort2() public static method

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

Property Details

AdvancedLogs public_oe static_oe property

public static bool AdvancedLogs
return bool

DATA public_oe static_oe property

public static byte[] DATA
return byte[]

DATA2 public_oe static_oe property

public static byte[] DATA2
return byte[]

TEMPDATA public_oe static_oe property

public static byte[] TEMPDATA
return byte[]

advancedLogData public_oe static_oe property

public static List advancedLogData
return List

logBlock public_oe static_oe property

public static bool logBlock
return bool

romLog public_oe static_oe property

public static StringBuilder romLog
return StringBuilder