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

Method CStaticFunction2

include/hx/DynamicImpl.h:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272
273 CStaticFunction2(const char *inName,StaticFunction2 inFunction)
274 {
275 mName = inName;
276 mFunction = inFunction;
277 }
278 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE
279 {
280 const CStaticFunction2 *other = dynamic_cast<const CStaticFunction2 *>(inRHS);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected