MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / HaxeNativeInterface

Method HaxeNativeInterface

src/hx/cppia/HaxeNative.cpp:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181HaxeNativeInterface::HaxeNativeInterface(const std::string &inName,
182 ScriptNamedFunction *inFunctions,
183 void *inScriptTable )
184{
185 name = inName;
186 functions = inFunctions;
187 scriptTable = inScriptTable;
188}
189
190void ScriptableRegisterInterface( String inName,
191 ScriptNamedFunction *inFunctions,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected