----------------------------------------------------------------------------- TypeString -----------------------------------------------------------------------------
| 35 | // TypeString |
| 36 | //----------------------------------------------------------------------------- |
| 37 | ConsoleType( string, TypeString, const char*, "" ) |
| 38 | ImplementConsoleTypeCasters( TypeString, const char* ); |
| 39 | |
| 40 | ConsoleGetType( TypeString ) |
| 41 | { |
| 42 | return *((const char **)(dptr)); |
| 43 | } |
| 44 | |
| 45 | ConsoleSetType( TypeString ) |
| 46 | { |
no test coverage detected