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

Method PlatAnimSet

src/SB/Game/zNPCTypeVillager.cpp:2093–2100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2091}
2092
2093void zNPCBalloonBoy::PlatAnimSet(en_BBOY_PLATANIM platanim)
2094{
2095 F32 fvals[4] = { (F32)(platanim + 1), 0.0f, 0.0f, 0.0f };
2096 if (this->plat_balloons != NULL)
2097 {
2098 zEntAnimEvent(this->plat_balloons, 0xC3, fvals);
2099 }
2100}
2101
2102void zNPCBalloonBoy::PlatAnimSync()
2103{

Callers 1

NPCMessageMethod · 0.80

Calls 1

zEntAnimEventFunction · 0.70

Tested by

no test coverage detected