MCPcopy 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
1804bool asCScriptFunction::IsExplicit() const
1805{
1806 return traits.GetTrait(asTRAIT_EXPLICIT);
1807}
1808
1809// interface
1810bool asCScriptFunction::IsProperty() const

Callers 6

WriteFunctionMethod · 0.80
TestFunction · 0.80

Calls 1

GetTraitMethod · 0.80

Tested by 1

TestFunction · 0.64