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

Method getAddType

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

Source from the content-addressed store, hash-verified

162
163 inline u32 getSttFlag() const { return mData->_08 >> 16; }
164 inline u32 getAddType() const { return (mData->_08 >> 8) & 0x3; }
165 inline u32 getType() const { return mData->_08 & 0xF; }
166 inline int checkStatus(u16 flag) { return getSttFlag() & flag; }
167

Callers 1

calcAffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected