C# 클래스 NScumm.Sky.Intro

파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
DoIntro ( bool floppyIntro ) : bool
Intro ( Disk disk, Screen screen, MusicBase music, Sound sound, Text skyText, Mixer mixer, SkySystem system ) : NScumm.Core

비공개 메소드들

메소드 설명
CommandFlirt ( ushort data, int &i ) : bool
EscDelay ( int msecs ) : bool
FloppyScrollFlirt ( ) : bool
NextPart ( ushort data, int &i ) : bool
RestoreScreen ( ) : void
ShowTextBuf ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DoIntro() 공개 메소드

public DoIntro ( bool floppyIntro ) : bool
floppyIntro bool
리턴 bool

Intro() 공개 메소드

public Intro ( Disk disk, Screen screen, MusicBase music, Sound sound, Text skyText, Mixer mixer, SkySystem system ) : NScumm.Core
disk Disk
screen Screen
music MusicBase
sound Sound
skyText Text
mixer Mixer
system SkySystem
리턴 NScumm.Core