MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / operator()

Method operator()

src/SB/Game/zEntCruiseBubble.cpp:3597–3612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3595 }
3596
3597 S32 cruise_bubble::state_camera_attach::cb_lock_targets::operator()(xEnt& ent,
3598 xGridBound& bound)
3599 {
3600 if (!(ent.chkby & 0x10))
3601 {
3602 return 1;
3603 }
3604 if (!(cruise_bubble::can_damage(&ent)))
3605 {
3606 return 1;
3607 }
3608
3609 check_lock_target(xEntGetCenter(&ent));
3610
3611 return 1;
3612 }
3613
3614 missle_record_data::missle_record_data()
3615 {

Callers

nothing calls this directly

Calls 3

can_damageFunction · 0.85
xEntGetCenterFunction · 0.85
check_lock_targetFunction · 0.70

Tested by

no test coverage detected