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

Method getDatum

Engine/source/gui/editor/guiGraphCtrl.cpp:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276//-----------------------------------------------------------------------------
277
278F32 GuiGraphCtrl::getDatum( S32 plotID, S32 sample)
279{
280 AssertFatal(plotID > -1 && plotID < MaxPlots, "Invalid plot specified!");
281 AssertFatal(sample > -1 && sample < MaxDataPoints, "Invalid sample specified!");
282 return mGraphData[ plotID ][sample];
283}
284
285//-----------------------------------------------------------------------------
286

Callers 1

guiGraphCtrl.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected