C# Class NScumm.Sword1.ObjectMan

Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
LockText ( uint textId, System.Language lang ) : ByteAccess

Method Details

CloseSection() public méthode

public CloseSection ( uint screen ) : void
screen uint
Résultat void

FetchNoObjects() public méthode

public FetchNoObjects ( int section ) : uint
section int
Résultat uint

FetchObject() public méthode

public FetchObject ( uint id ) : SwordObject
id uint
Résultat SwordObject

FnCheckForTextLine() public méthode

public FnCheckForTextLine ( uint textId ) : uint
textId uint
Résultat uint

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadLiveList() public méthode

public LoadLiveList ( UShortAccess src ) : void
src UShortAccess
Résultat void

LockText() public méthode

public LockText ( uint textId ) : ByteAccess
textId uint
Résultat ByteAccess

MegaEntering() public méthode

public MegaEntering ( ushort section ) : void
section ushort
Résultat void

MegaLeaving() public méthode

public MegaLeaving ( ushort section, int id ) : void
section ushort
id int
Résultat void

ObjectMan() public méthode

public ObjectMan ( ResMan pResourceMan ) : System
pResourceMan ResMan
Résultat System

SaveLiveList() public méthode

public SaveLiveList ( ushort liveBuf ) : void
liveBuf ushort
Résultat void

SectionAlive() public méthode

public SectionAlive ( ushort section ) : bool
section ushort
Résultat bool

UnlockText() public méthode

public UnlockText ( uint textId ) : void
textId uint
Résultat void

UnlockText() public méthode

public UnlockText ( uint textId, System.Language lang ) : void
textId uint
lang System.Language
Résultat void