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

Function CreateStaticFunction2

include/hx/DynamicImpl.h:306–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 { return new CMemberFunction2(inName,inObj,inFunc); }
305
306HXCPP_EXTERN_CLASS_ATTRIBUTES
307Dynamic CreateStaticFunction2(const char *inName,StaticFunction2 inFunc)
308 { return new CStaticFunction2(inName,inFunc); }
309
310}
311

Callers 1

Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected