Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ follow_player
Method
follow_player
src/SB/Game/zNPCTypeBossPlankton.cpp:1422–1427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1420
}
1421
1422
void zNPCBPlankton::follow_player()
1423
{
1424
flag.follow = FOLLOW_PLAYER;
1425
follow.delay = follow.max_delay = 0.0f;
1426
flag.move = MOVE_ORBIT;
1427
}
1428
1429
void zNPCBPlankton::follow_camera()
1430
{
Callers
1
Enter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected