MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / GetVarCount

Method GetVarCount

src/server/angelscript/angelscript/source/as_context.cpp:5431–5437  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

5429
5430// interface
5431int asCContext::GetVarCount(asUINT stackLevel)
5432{
5433 asIScriptFunction *func = GetFunction(stackLevel);
5434 if( func == 0 ) return asINVALID_ARG;
5435
5436 return func->GetVarCount();
5437}
5438
5439// interface
5440const char *asCContext::GetVarName(asUINT varIndex, asUINT stackLevel)

Callers 2

PrintValueMethod · 0.45
ListLocalVariablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected