MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetArrayTypeId

Method GetArrayTypeId

sdk/add_on/scriptarray/scriptarray.cpp:843–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843int CScriptArray::GetArrayTypeId() const
844{
845 return objType->GetTypeId();
846}
847
848int CScriptArray::GetElementTypeId() const
849{

Callers 1

TestFunction · 0.80

Calls 1

GetTypeIdMethod · 0.45

Tested by 1

TestFunction · 0.64