C# 클래스 NScumm.Sword1.ObjectMan

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

공개 메소드들

메소드 설명
CloseSection ( uint screen ) : void
FetchNoObjects ( int section ) : uint
FetchObject ( uint id ) : SwordObject
FnCheckForTextLine ( uint textId ) : uint
Initialize ( ) : void
LoadLiveList ( UShortAccess src ) : void
LockText ( uint textId ) : ByteAccess
MegaEntering ( ushort section ) : void
MegaLeaving ( ushort section, int id ) : void
ObjectMan ( ResMan pResourceMan ) : System
SaveLiveList ( ushort liveBuf ) : void
SectionAlive ( ushort section ) : bool
UnlockText ( uint textId ) : void
UnlockText ( uint textId, System.Language lang ) : void

비공개 메소드들

메소드 설명
LockText ( uint textId, System.Language lang ) : ByteAccess

메소드 상세

CloseSection() 공개 메소드

public CloseSection ( uint screen ) : void
screen uint
리턴 void

FetchNoObjects() 공개 메소드

public FetchNoObjects ( int section ) : uint
section int
리턴 uint

FetchObject() 공개 메소드

public FetchObject ( uint id ) : SwordObject
id uint
리턴 SwordObject

FnCheckForTextLine() 공개 메소드

public FnCheckForTextLine ( uint textId ) : uint
textId uint
리턴 uint

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoadLiveList() 공개 메소드

public LoadLiveList ( UShortAccess src ) : void
src UShortAccess
리턴 void

LockText() 공개 메소드

public LockText ( uint textId ) : ByteAccess
textId uint
리턴 ByteAccess

MegaEntering() 공개 메소드

public MegaEntering ( ushort section ) : void
section ushort
리턴 void

MegaLeaving() 공개 메소드

public MegaLeaving ( ushort section, int id ) : void
section ushort
id int
리턴 void

ObjectMan() 공개 메소드

public ObjectMan ( ResMan pResourceMan ) : System
pResourceMan ResMan
리턴 System

SaveLiveList() 공개 메소드

public SaveLiveList ( ushort liveBuf ) : void
liveBuf ushort
리턴 void

SectionAlive() 공개 메소드

public SectionAlive ( ushort section ) : bool
section ushort
리턴 bool

UnlockText() 공개 메소드

public UnlockText ( uint textId ) : void
textId uint
리턴 void

UnlockText() 공개 메소드

public UnlockText ( uint textId, System.Language lang ) : void
textId uint
lang System.Language
리턴 void