Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Alexandria
Engines
UltimaUnderworld
Graphic.RLELoader
ReadCode2
Alexandria.Engines.UltimaUnderworld.Graphic.RLELoader.ReadCode2 C# (CSharp) Method
Graphic.RLELoader Class Documentation
Show file
Open project: Burton-Radons/Alexandria
ReadCode2()
public
method
Read a two-piece code.
There is an apparent error in the code by using a shift of 4 instead of
CodeSize
; this is an error in the data.
public
ReadCode2
( ) :
int
return
int
public int ReadCode2() { return (ReadCode() << 4) + ReadCode(); }
Graphic.RLELoader
RLELoader
ReadAux
ReadCode
ReadCode2
ReadCode3
ReadCount