MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / setGraphType

Method setGraphType

Engine/source/gui/editor/guiGraphCtrl.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299//-----------------------------------------------------------------------------
300
301void GuiGraphCtrl::setGraphType( S32 plotID, GraphType graphType )
302{
303 AssertFatal( plotID > -1 && plotID < MaxPlots, "Invalid plot specified!" );
304 mGraphType[ plotID ] = graphType;
305}
306
307//=============================================================================
308// Console Methods.

Callers 1

guiGraphCtrl.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected