Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Alexandria
Engines
GoldBox
Engine
C# 클래스 Alexandria.Engines.GoldBox.Engine
The engine for the SSI GoldBox series of games.
상속:
Alexandria.Engine
파일 보기
프로젝트 열기: Burton-Radons/Alexandria
1 사용 예제들
공개 메소드들
메소드
설명
ReadCodedString
(
BinaryReader
reader
,
int
maximumBytes
= int.MaxValue ) :
string
Read a coded string from the stream.
비공개 메소드들
메소드
설명
Engine
(
Plugin
plugin
) :
System
메소드 상세
ReadCodedString()
공개
정적인
메소드
Read a coded string from the stream.
public
static
ReadCodedString
(
BinaryReader
reader
,
int
maximumBytes
= int.MaxValue ) :
string
reader
System.IO.BinaryReader
maximumBytes
int
리턴
string