interface
| 6497 | |
| 6498 | // interface |
| 6499 | asIScriptFunction *asCScriptEngine::GetFunctionById(int funcId) const |
| 6500 | { |
| 6501 | return GetScriptFunction(funcId); |
| 6502 | } |
| 6503 | |
| 6504 | // internal |
| 6505 | bool asCScriptEngine::IsTemplateType(const char *name) const |
no outgoing calls