| 179 | |
| 180 | |
| 181 | HaxeNativeInterface::HaxeNativeInterface(const std::string &inName, |
| 182 | ScriptNamedFunction *inFunctions, |
| 183 | void *inScriptTable ) |
| 184 | { |
| 185 | name = inName; |
| 186 | functions = inFunctions; |
| 187 | scriptTable = inScriptTable; |
| 188 | } |
| 189 | |
| 190 | void ScriptableRegisterInterface( String inName, |
| 191 | ScriptNamedFunction *inFunctions, |
nothing calls this directly
no outgoing calls
no test coverage detected