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

Method IsOverride

sdk/angelscript/source/as_scriptfunction.cpp:1798–1801  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1796
1797// interface
1798bool asCScriptFunction::IsOverride() const
1799{
1800 return traits.GetTrait(asTRAIT_OVERRIDE);
1801}
1802
1803// interface
1804bool asCScriptFunction::IsExplicit() const

Callers 2

CompileClassesMethod · 0.80

Calls 1

GetTraitMethod · 0.80

Tested by

no test coverage detected