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