MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getLifetime

Method getLifetime

include/JSystem/JParticle/JPABlock.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 void getEmitterRot(JGeometry::TVec3<s16> *vec) const { vec->set(mData->mEmitterRot.x, mData->mEmitterRot.y, mData->mEmitterRot.z); }
109 s16 getMaxFrame() { return mData->mMaxFrame; }
110 s16 getLifetime() { return mData->mLifeTime; }
111 u16 getVolumeSize() { return mData->mVolumeSize; }
112 f32 getRate() { return mData->mRate; }
113 u8 getRateStep() { return mData->mRateStep; }

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected