ScummVM API documentation
Stark::Resources::Type Class Reference

Public Types

enum  ResourceType {
  kInvalid = 0, kRoot = 1, kLevel = 2, kLocation = 3,
  kLayer = 4, kCamera = 5, kFloor = 6, kFloorFace = 7,
  kItem = 8, kScript = 9, kAnimHierarchy = 10, kAnim = 11,
  kDirection = 12, kImage = 13, kAnimScript = 14, kAnimScriptItem = 15,
  kSoundItem = 16, kPath = 17, kFloorField = 18, kBookmark = 19,
  kKnowledgeSet = 20, kKnowledge = 21, kCommand = 22, kPATTable = 23,
  kContainer = 26, kDialog = 27, kSpeech = 29, kLight = 30,
  kCursor = 31, kBonesMesh = 32, kScroll = 33, kFMV = 34,
  kLipSync = 35, kAnimSoundTrigger = 36, kString = 37, kTextureSet = 38
}
 

Public Member Functions

 Type (ResourceType type)
 
ResourceType get () const
 
const char * getName () const
 
bool operator== (const Type &other) const
 
bool operator!= (const Type &other) const
 
bool operator== (const Type::ResourceType other) const
 
bool operator!= (const Type::ResourceType other) const
 

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