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