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

Method activate_hand

src/SB/Game/zNPCTypeBossSB2.cpp:1420–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418}
1419
1420void zNPCB_SB2::activate_hand(zNPCB_SB2::hand_enum hand, bool)
1421{
1422 hands[0].hurt_player = 1;
1423 hands[0].hit_platforms = 0x10;
1424 hands[0].ent->penby = 0x10;
1425}
1426
1427void zNPCB_SB2::deactivate_hand(zNPCB_SB2::hand_enum hand)
1428{

Callers 1

EnterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected