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

Function CreateStaticFunction0

include/hx/DynamicImpl.h:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 { return new CMemberFunction0(inName,inObj,inFunc); }
103
104HXCPP_EXTERN_CLASS_ATTRIBUTES
105Dynamic CreateStaticFunction0(const char *inName,StaticFunction0 inFunc)
106 { return new CStaticFunction0(inName,inFunc); }
107
108}
109

Callers 1

Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected