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

Class ScriptFunction

include/hx/Object.h:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59typedef void (CPPIA_CALL *StackExecute)(struct StackContext *ctx);
60struct ScriptFunction
61{
62 ScriptFunction(StackExecute inExe=0,const char *inSig=0)
63 : execute(inExe), signature(inSig) { }
64 StackExecute execute;
65 const char *signature;
66};
67struct ScriptCallable;
68
69#endif

Callers 1

findFunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected