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

Function zCameraDisableTracking

src/SB/Game/zCamera.cpp:739–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739void zCameraDisableTracking(camera_owner_enum owner)
740{
741 stop_track = stop_track | owner;
742}
743
744void zCameraEnableTracking(camera_owner_enum owner)
745{

Callers 8

update_cameraMethod · 0.85
start_fightMethod · 0.85
UpdateSandyBossCamFunction · 0.85
set_cameraFunction · 0.85
ResetMethod · 0.85
capture_cameraFunction · 0.85
UpdatePatrickBossCamFunction · 0.85
ResetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected