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

Method IsPrivate

sdk/angelscript/source/as_scriptfunction.cpp:643–646  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

641
642// interface
643bool asCScriptFunction::IsPrivate() const
644{
645 return traits.GetTrait(asTRAIT_PRIVATE);
646}
647
648// interface
649bool asCScriptFunction::IsProtected() const

Callers 3

PerformFunctionCallMethod · 0.80
TestFunction · 0.80

Calls 1

GetTraitMethod · 0.80

Tested by 1

TestFunction · 0.64