interface
| 5429 | |
| 5430 | // interface |
| 5431 | int 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 |
| 5440 | const char *asCContext::GetVarName(asUINT varIndex, asUINT stackLevel) |
no outgoing calls
no test coverage detected