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

Function xCameraDoCollisions

src/SB/Core/x/xCamera.cpp:1183–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1181}
1182
1183void xCameraDoCollisions(S32 do_collis, S32 owner)
1184{
1185 xcam_collis_owner_disable &= ~(1 << owner);
1186 xcam_collis_owner_disable |= !do_collis << owner;
1187
1188 xcam_do_collis = (xcam_collis_owner_disable == 0);
1189}
1190
1191void xCameraMove(xCamera* cam, U32 flags, F32 dgoal, F32 hgoal, F32 pgoal, F32 tm, F32 tm_acc,
1192 F32 tm_dec)

Callers 7

LedgeGrabCBFunction · 0.85
LedgeFinishCBFunction · 0.85
set_cameraFunction · 0.85
reset_cameraFunction · 0.85
capture_cameraFunction · 0.85
release_cameraFunction · 0.85
destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected