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

Method GetObjectType

sdk/angelscript/source/as_scriptfunction.cpp:607–610  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

605
606// interface
607asITypeInfo *asCScriptFunction::GetObjectType() const
608{
609 return objectType;
610}
611
612// interface
613const char *asCScriptFunction::GetObjectName() const

Callers 3

MakeDelegateMethod · 0.45
ReleaseReferencesMethod · 0.45
ReleaseAllHandlesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected