Load type info by index
(self, index: int)
| 231 | ... |
| 232 | |
| 233 | def GetTypeInfo(self, index: int) -> "ITypeInfo": |
| 234 | """Load type info by index""" |
| 235 | ... |
| 236 | |
| 237 | def GetTypeInfoType(self, index: int) -> int: |
| 238 | """Return the TYPEKIND of type information""" |
no outgoing calls