Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ IsExplicit
Method
IsExplicit
sdk/angelscript/source/as_scriptfunction.cpp:1804–1807 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
1802
1803
// interface
1804
bool asCScriptFunction::IsExplicit() const
1805
{
1806
return traits.GetTrait(asTRAIT_EXPLICIT);
1807
}
1808
1809
// interface
1810
bool asCScriptFunction::IsProperty() const
Callers
6
WriteFunctionSignature
Method · 0.80
WriteFunction
Method · 0.80
ImplicitConvObjectValue
Method · 0.80
ImplicitConvObjectToObject
Method · 0.80
ImplicitConvPrimitiveToObject
Method · 0.80
Test
Function · 0.80
Calls
1
GetTrait
Method · 0.80
Tested by
1
Test
Function · 0.64