interface
| 1509 | |
| 1510 | // interface |
| 1511 | asIScriptEngine *asCScriptFunction::GetEngine() const |
| 1512 | { |
| 1513 | return engine; |
| 1514 | } |
| 1515 | |
| 1516 | // interface |
| 1517 | const char *asCScriptFunction::GetDeclaration(bool includeObjectName, bool includeNamespace, bool includeParamNames) const |
no outgoing calls
no test coverage detected