mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 06:46:08 +00:00
@@ -15,7 +15,14 @@ private:
|
||||
CVector3f x8_scale;
|
||||
bool x14_canLoop;
|
||||
int x18_defaultAnim;
|
||||
|
||||
public:
|
||||
// CAnimRes()
|
||||
// : x4_charIdx(-1), x14_canLoop(false), x8_scale(????), x18_defaultAnim(-1) {}
|
||||
|
||||
CAnimRes(CAssetId ancs, int charIdx, const CVector3f& scale, const int defaultAnim, bool loop)
|
||||
: x0_ancsId(ancs), x4_charIdx(charIdx), x8_scale(scale), x14_canLoop(loop), x18_defaultAnim(defaultAnim) {}
|
||||
};
|
||||
CHECK_SIZEOF(CAnimRes, 0x1c)
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user