C# Класс NScumm.Sword1.ObjectMan

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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