MCPcopy Create free account
hub / github.com/ddnet/ddnet / SetZoom

Method SetZoom

src/game/client/components/camera.cpp:610–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610void CCamera::SetZoom(float Target, int Smoothness, bool IsUser)
611{
612 ChangeZoom(Target, Smoothness, IsUser);
613}
614
615bool CCamera::ZoomAllowed() const
616{

Callers 3

HandleMultiViewMethod · 0.80
ResetMultiViewMethod · 0.80
RenderSettingsDDNetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected