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

Method IsProtected

sdk/angelscript/source/as_scriptfunction.cpp:649–652  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

647
648// interface
649bool asCScriptFunction::IsProtected() const
650{
651 return traits.GetTrait(asTRAIT_PROTECTED);
652}
653
654// internal
655int asCScriptFunction::GetSpaceNeededForArguments()

Callers 2

PerformFunctionCallMethod · 0.80

Calls 1

GetTraitMethod · 0.80

Tested by

no test coverage detected