| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected