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

Function CreateStaticFunction3

include/hx/DynamicImpl.h:407–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 { return new CMemberFunction3(inName,inObj,inFunc); }
406
407HXCPP_EXTERN_CLASS_ATTRIBUTES
408Dynamic CreateStaticFunction3(const char *inName,StaticFunction3 inFunc)
409 { return new CStaticFunction3(inName,inFunc); }
410
411}
412

Callers 1

Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected