interface
| 1125 | |
| 1126 | // interface |
| 1127 | asITypeInfo *asCModule::GetObjectTypeByIndex(asUINT index) const |
| 1128 | { |
| 1129 | if( index >= m_classTypes.GetLength() ) |
| 1130 | return 0; |
| 1131 | |
| 1132 | return m_classTypes[index]; |
| 1133 | } |
| 1134 | |
| 1135 | // interface |
| 1136 | asITypeInfo *asCModule::GetTypeInfoByName(const char *in_name) const |