12 ::ll::TypedStorage<8, 32, ::std::string> mIconName;
13 ::ll::TypedStorage<4, 4, int> mIconFrame;
14 ::ll::TypedStorage<4, 4, ::ItemIconInfoType> mIconType;
15 ::ll::TypedStorage<4, 4, uint> mRuntimeBlockID;
16 ::ll::TypedStorage<4, 4, float> mU0;
17 ::ll::TypedStorage<4, 4, float> mV0;
18 ::ll::TypedStorage<4, 4, float> mU1;
19 ::ll::TypedStorage<4, 4, float> mV1;
20 ::ll::TypedStorage<2, 2, ushort> mTexSizeW;
21 ::ll::TypedStorage<2, 2, ushort> mTexSizeH;
39 MCAPI
void* $ctor(::std::string
const& name,
int frame, ::ItemIconInfoType type);