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

Method supdate_moving_in

src/SB/Game/zEntPlayerOOBState.cpp:550–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 }
549
550 drop_state_type::substate_enum drop_state_type::supdate_moving_in(drop_state_type& gst,
551 xScene& scn, F32& dt)
552 {
553 return gst.update_moving_in(scn, dt);
554 }
555
556 drop_state_type::substate_enum drop_state_type::update_moving_in(xScene& scn, F32& dt)
557 {

Callers

nothing calls this directly

Calls 1

update_moving_inMethod · 0.80

Tested by

no test coverage detected