TGameLevelRoomList Class

Unit: uGameLevel
TObjectDictionary<cardinal, TGameLevelRoom>
  uGameLevel.TGameLevelRoomList
type TGameLevelRoomList = class(TObjectDictionary<cardinal, TGameLevelRoom>)

The TGameLevelRoomList type exposes the following members.

Show:
 NameDescription
GetNewRoom

LastRoomId

LoadFromStream

SaveToStream

Top