C# Class NScumm.Sword1.ObjectMan

Show file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
LockText ( uint textId, System.Language lang ) : ByteAccess

Method Details

CloseSection() public method

public CloseSection ( uint screen ) : void
screen uint
return void

FetchNoObjects() public method

public FetchNoObjects ( int section ) : uint
section int
return uint

FetchObject() public method

public FetchObject ( uint id ) : SwordObject
id uint
return SwordObject

FnCheckForTextLine() public method

public FnCheckForTextLine ( uint textId ) : uint
textId uint
return uint

Initialize() public method

public Initialize ( ) : void
return void

LoadLiveList() public method

public LoadLiveList ( UShortAccess src ) : void
src UShortAccess
return void

LockText() public method

public LockText ( uint textId ) : ByteAccess
textId uint
return ByteAccess

MegaEntering() public method

public MegaEntering ( ushort section ) : void
section ushort
return void

MegaLeaving() public method

public MegaLeaving ( ushort section, int id ) : void
section ushort
id int
return void

ObjectMan() public method

public ObjectMan ( ResMan pResourceMan ) : System
pResourceMan ResMan
return System

SaveLiveList() public method

public SaveLiveList ( ushort liveBuf ) : void
liveBuf ushort
return void

SectionAlive() public method

public SectionAlive ( ushort section ) : bool
section ushort
return bool

UnlockText() public method

public UnlockText ( uint textId ) : void
textId uint
return void

UnlockText() public method

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