C# 클래스 NScumm.Sky.Debug

상속: IEnableTrace
파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
Logic ( uint logic ) : void
Mcode ( uint mcode, uint a, uint b, uint c ) : void
Script ( uint command, UShortAccess scriptData ) : void
Write ( string format ) : void

메소드 상세

Logic() 공개 메소드

public Logic ( uint logic ) : void
logic uint
리턴 void

Mcode() 공개 메소드

public Mcode ( uint mcode, uint a, uint b, uint c ) : void
mcode uint
a uint
b uint
c uint
리턴 void

Script() 공개 메소드

public Script ( uint command, UShortAccess scriptData ) : void
command uint
scriptData UShortAccess
리턴 void

Write() 공개 메소드

public Write ( string format ) : void
format string
리턴 void