Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1798
bool asCScriptFunction::IsOverride() const
1799
{
1800
return traits.GetTrait(asTRAIT_OVERRIDE);
1801
}
1802
1803
// interface
1804
bool asCScriptFunction::IsExplicit() const
Callers
2
WriteFunctionSignature
Method · 0.80
CompileClasses
Method · 0.80
Calls
1
GetTrait
Method · 0.80
Tested by
no test coverage detected