ScummVM API documentation
Neverhood::StaticData Class Reference

Public Member Functions

void load (const char *filename)
 
HitRectListgetHitRectList (uint32 id)
 
RectListgetRectList (uint32 id)
 
MessageListgetMessageList (uint32 id)
 
NavigationListgetNavigationList (uint32 id)
 
HallOfRecordsInfogetHallOfRecordsInfoItem (uint32 id)
 
TrackInfogetTrackInfo (uint32 id)
 

Protected Attributes

Common::HashMap< uint32, HitRectList * > _hitRectLists
 
Common::HashMap< uint32, RectList * > _rectLists
 
Common::HashMap< uint32, MessageList * > _messageLists
 
Common::HashMap< uint32, NavigationList * > _navigationLists
 
Common::HashMap< uint32, HallOfRecordsInfo * > _hallOfRecordsInfoItems
 
Common::HashMap< uint32, TrackInfo * > _trackInfoItems
 

The documentation for this class was generated from the following file: