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

Method getCycle

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

Source from the content-addressed store, hash-verified

179 inline f32 getMagRndm() const { return mData->mMagRndm; }
180 inline f32 getVal1() const { return mData->mVal1; }
181 inline u16 getCycle() const { return mData->mCycle; }
182
183 inline void getPosOrig(JGeometry::TVec3f *pos) const { pos->set(mData->mOffset); }
184 inline void getDirOrig(JGeometry::TVec3f *dir) const { dir->set(mData->mVelocity); }

Callers 1

calcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected