| 5160 | } |
| 5161 | |
| 5162 | asCObjectType *asCScriptEngine::GetObjectTypeFromTypeId(int typeId) const |
| 5163 | { |
| 5164 | asCDataType dt = GetDataTypeFromTypeId(typeId); |
| 5165 | return CastToObjectType(dt.GetTypeInfo()); |
| 5166 | } |
| 5167 | |
| 5168 | void asCScriptEngine::RemoveFromTypeIdMap(asCTypeInfo *type) |
| 5169 | { |
no test coverage detected