| 121 | } |
| 122 | |
| 123 | int CScriptHandle::GetTypeId() const |
| 124 | { |
| 125 | if (m_type == nullptr) return 0; |
| 126 | |
| 127 | return m_type->GetTypeId() | asTYPEID_OBJHANDLE; |
| 128 | } |
| 129 | |
| 130 | // This method shouldn't be called from the application |
| 131 | // directly as it requires an active script context |
no outgoing calls
no test coverage detected