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

Method IsVariadic

sdk/angelscript/source/as_scriptfunction.cpp:1816–1819  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1814
1815// interface
1816bool asCScriptFunction::IsVariadic() const
1817{
1818 return traits.GetTrait(asTRAIT_VARIADIC);
1819}
1820
1821// internal
1822bool asCScriptFunction::IsFactory() const

Callers 12

AdjustGetOffsetMethod · 0.80
PrepareFunctionCallMethod · 0.80
MoveArgsToStackMethod · 0.80
MatchFunctionsMethod · 0.80
AfterFunctionCallMethod · 0.80
CompileConstructCallMethod · 0.80
MatchArgumentMethod · 0.80
MakeFunctionCallMethod · 0.80
PerformFunctionCallMethod · 0.80
CallGenericMethod · 0.80

Calls 1

GetTraitMethod · 0.80

Tested by

no test coverage detected