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

Method CStaticFunction3

include/hx/DynamicImpl.h:374–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372
373
374 CStaticFunction3(const char *inName,StaticFunction3 inFunction)
375 {
376 mName = inName;
377 mFunction = inFunction;
378 }
379 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE
380 {
381 const CStaticFunction3 *other = dynamic_cast<const CStaticFunction3 *>(inRHS);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected