MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getDivider

Method getDivider

Engine/source/gui/editor/guiInspector.cpp:448–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446//-----------------------------------------------------------------------------
447
448void GuiInspector::getDivider( S32 &pos, S32 &margin )
449{
450 pos = (F32)getWidth() * mDividerPos;
451 margin = mDividerMargin;
452}
453
454//-----------------------------------------------------------------------------
455

Callers 14

updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80
updateRectsMethod · 0.80

Calls 1

getWidthFunction · 0.85

Tested by

no test coverage detected