============ idScriptObject::GetConstructor ============ */
| 1038 | ============ |
| 1039 | */ |
| 1040 | const function_t *idScriptObject::GetConstructor( void ) const { |
| 1041 | const function_t *func; |
| 1042 | |
| 1043 | func = GetFunction( "init" ); |
| 1044 | return func; |
| 1045 | } |
| 1046 | |
| 1047 | /* |
| 1048 | ============ |
no outgoing calls
no test coverage detected