MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetTypeId

Method GetTypeId

Sources/Jazz2/Scripting/RegisterRef.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetArrayTypeIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected