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

Method tabComplete

Engine/source/console/simObject.cpp:2000–2003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1998//-----------------------------------------------------------------------------
1999
2000const char *SimObject::tabComplete(const char *prevText, S32 baseLen, bool fForward)
2001{
2002 return mNameSpace->tabComplete(prevText, baseLen, fForward);
2003}
2004
2005//-----------------------------------------------------------------------------
2006

Callers 1

tabCompleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected