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

Method MolestLoopAnim

src/SB/Game/zNPCGoalStd.cpp:237–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void zNPCGoalLoopAnim::MolestLoopAnim()
238{
239 zNPCCommon* npc = (zNPCCommon*)psyche->clt_owner;
240 xAnimState* state = npc->AnimFindState(anid_stage[1]);
241 origAnimFlags = state->Flags;
242 animWeMolested = state->ID;
243 state->Flags &= ~(1 << 5);
244 state->Flags |= (1 << 4);
245}
246
247void zNPCGoalLoopAnim::UnmolestAnim()
248{

Callers

nothing calls this directly

Calls 1

AnimFindStateMethod · 0.80

Tested by

no test coverage detected