Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ deactivate_hand
Method
deactivate_hand
src/SB/Game/zNPCTypeBossSB2.cpp:1427–1432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1425
}
1426
1427
void zNPCB_SB2::deactivate_hand(zNPCB_SB2::hand_enum hand)
1428
{
1429
hands[0].hit_platforms = 0;
1430
hands[0].hurt_player = 0x10;
1431
hands[0].ent->penby = 0;
1432
}
1433
1434
S32 zNPCB_SB2::player_on_ground() const
1435
{
Callers
1
Exit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected