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

Method tabComplete

Engine/source/console/simObject.cpp:2146–2149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2144//-----------------------------------------------------------------------------
2145
2146const char *SimObject::tabComplete(const char *prevText, S32 baseLen, bool fForward)
2147{
2148 return mNameSpace->tabComplete(prevText, baseLen, fForward);
2149}
2150
2151//-----------------------------------------------------------------------------
2152

Callers 1

tabCompleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected