Свойство | Тип | Описание | |
---|---|---|---|
AdvancedLogs | bool | ||
DATA | byte[] | ||
DATA2 | byte[] | ||
TEMPDATA | byte[] | ||
advancedLogData | List |
||
logBlock | bool | ||
romLog | StringBuilder |
Метод | Описание | |
---|---|---|
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 |
public static EndBlockLogWriting ( ) : void | ||
Результат | void |
public static ReadByte ( int addr ) : ushort | ||
addr | int | |
Результат | ushort |
public static ReadLong ( int addr ) : int | ||
addr | int | |
Результат | int |
public static ReadRealShort ( int addr ) : short | ||
addr | int | |
Результат | short |
public static ReadReverseShort ( int addr ) : short | ||
addr | int | |
Результат | short |
public static ReadShort ( int addr ) : ushort | ||
addr | int | |
Результат | ushort |
public static ReadTile16 ( int addr ) : ZeldaFullEditor.Tile16 | ||
addr | int | |
Результат | ZeldaFullEditor.Tile16 |
public static StartBlockLogWriting ( string name, int addr ) : void | ||
name | string | |
addr | int | |
Результат | void |
public static Write ( int addr, Array value, bool log = true, string info = "" ) : void | ||
addr | int | |
value | Array | |
log | bool | |
info | string | |
Результат | void |
public static Write ( int addr, byte value, bool log = true, string info = "NO INFOS" ) : void | ||
addr | int | |
value | byte | |
log | bool | |
info | string | |
Результат | void |
public static Write2 ( int addr, Array value, bool log = false, string info = "" ) : void | ||
addr | int | |
value | Array | |
log | bool | |
info | string | |
Результат | void |
public static Write2 ( int addr, byte value, bool log = false, string info = "" ) : void | ||
addr | int | |
value | byte | |
log | bool | |
info | string | |
Результат | void |
public static WriteLong ( int addr, int value, bool log = true, string info = "" ) : void | ||
addr | int | |
value | int | |
log | bool | |
info | string | |
Результат | void |
public static WriteLong2 ( int addr, int value, bool log = false, string info = "" ) : void | ||
addr | int | |
value | int | |
log | bool | |
info | string | |
Результат | void |
public static WriteShort ( int addr, int value, bool log = true, string info = "" ) : void | ||
addr | int | |
value | int | |
log | bool | |
info | string | |
Результат | void |
public static WriteShort2 ( int addr, int value, bool log = false, string info = "" ) : void | ||
addr | int | |
value | int | |
log | bool | |
info | string | |
Результат | void |