MCPcopy Create free account
hub / github.com/Meridian59/Meridian59 / SetScale

Function SetScale

roomedit/source/gfx.cpp:125–129  ·  view source on GitHub ↗

Set the Scale and adjust ScaleNum and ScaleDen */

Source from the content-addressed store, hash-verified

123 Set the Scale and adjust ScaleNum and ScaleDen
124*/
125void SetScale (float _Scale)
126{
127 Scale = _Scale;
128 SetScaleMin();
129}
130
131
132/*

Callers 3

TEditorClientMethod · 0.85
EvCharMethod · 0.85
CmCenterMapMethod · 0.85

Calls 1

SetScaleMinFunction · 0.85

Tested by

no test coverage detected