Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1816
bool asCScriptFunction::IsVariadic() const
1817
{
1818
return traits.GetTrait(asTRAIT_VARIADIC);
1819
}
1820
1821
// internal
1822
bool asCScriptFunction::IsFactory() const
Callers
12
AdjustGetOffset
Method · 0.80
PrepareFunctionCall
Method · 0.80
MoveArgsToStack
Method · 0.80
MatchFunctions
Method · 0.80
AfterFunctionCall
Method · 0.80
CompileConstructCall
Method · 0.80
MatchArgument
Method · 0.80
MakeFunctionCall
Method · 0.80
PerformFunctionCall
Method · 0.80
RegisterMethodToObjectType
Method · 0.80
RegisterGlobalFunction
Method · 0.80
CallGeneric
Method · 0.80
Calls
1
GetTrait
Method · 0.80
Tested by
no test coverage detected