MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zMechIsStartingForth

Function zMechIsStartingForth

src/SB/Game/zPlatform.cpp:243–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243static S32 zMechIsStartingForth(zPlatform* plat, U16 state)
244{
245 if (plat->motion.asset->mech.type == k_XENTMOTIONMECH_ROT_THEN_SLIDE) {
246 return state == 1;
247 } else {
248 return state == 0;
249 }
250}
251
252static S32 zMechIsStartingBack(zPlatform* plat, U16 state)
253{

Callers 1

zPlatform_UpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected