mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 16:57:00 +00:00
@@ -92,6 +92,19 @@ private:
|
||||
};
|
||||
|
||||
class CParticlePOINode : public CPOINode {
|
||||
public:
|
||||
CParticlePOINode(rstl::string name, ushort type, const CCharAnimTime& time, int index,
|
||||
bool unique, float weight, int charIdx, int flags, const CParticleData& data); /*
|
||||
: CPOINode(name, type, time, index, unique,
|
||||
weight, charIdx, flags) , x38_val(value)
|
||||
*/
|
||||
explicit CParticlePOINode(CInputStream& in);
|
||||
|
||||
const CParticleData& GetParticleData() const { return x38_data; }
|
||||
|
||||
static CParticlePOINode CopyNodeMinusStartTime(const CParticlePOINode& node,
|
||||
const CCharAnimTime& startTime);
|
||||
|
||||
private:
|
||||
CParticleData x38_data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user