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

Method IsFinal

sdk/angelscript/source/as_scriptfunction.cpp:1792–1795  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1790
1791// interface
1792bool asCScriptFunction::IsFinal() const
1793{
1794 return traits.GetTrait(asTRAIT_FINAL);
1795}
1796
1797// interface
1798bool asCScriptFunction::IsOverride() const

Callers 2

CompileClassesMethod · 0.80

Calls 1

GetTraitMethod · 0.80

Tested by

no test coverage detected