Scaleform::GFx::ResourceId::IdTypeConstants

Scaleform::GFx::ResourceId::IdTypeConstants
enum IdTypeConstants {
  IdType_Bit_IndexMask = 0x0000FFFFu,
  IdType_Bit_TypeMask = 0x0FFF0000u,
  IdType_Bit_SWF = 0x00000,
  IdType_Bit_Static = 0x10000,
  IdType_Bit_Export = 0x20000,
  IdType_Bit_GenMask = 0x30000,
  IdType_Bit_TypeShift = 18,
  InvalidId = (1 << IdType_Bit_TypeShift)|IdType_Bit_SWF
};
Description

An enumeration that lists the type of the resource identifiers.

Members
Members 
Description 
IdType_Bit_SWF = 0x00000 
Id which corresponds to a SWF file. 
IdType_Bit_Static = 0x10000 
Unique id assigned during loading. 
IdType_Bit_Export = 0x20000 
Unique id assigned during export of dynamic resources. 
IdType_Bit_TypeShift = 18 
The amount to shift type code so that id does not conflict with index and generation source. 
InvalidId = (1 << IdType_Bit_TypeShift)|IdType_Bit_SWF 
Indicates an explicitly assigned invalid id. 
File

GFx_Resource.h