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

Method GetVarDeclaration

sdk/angelscript/source/as_context.cpp:6018–6024  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

6016
6017// interface
6018const char *asCContext::GetVarDeclaration(asUINT varIndex, asUINT stackLevel, bool includeNamespace)
6019{
6020 asIScriptFunction *func = GetFunction(stackLevel);
6021 if( func == 0 ) return 0;
6022
6023 return func->GetVarDecl(varIndex, includeNamespace);
6024}
6025
6026#ifdef AS_DEPRECATED
6027// interface

Callers 1

PrintVariablesFunction · 0.80

Calls 1

GetVarDeclMethod · 0.80

Tested by 1

PrintVariablesFunction · 0.64