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

Method verifyData

Engine/source/gui/editor/guiInspectorTypes.cpp:1592–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1590}
1591
1592bool GuiInspectorTypeName::verifyData( StringTableEntry data )
1593{
1594 return validateObjectName( data, mInspector->getInspectObject() );
1595}
1596
1597
1598//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

validateObjectNameFunction · 0.85

Tested by

no test coverage detected