| 156 | virtual bool __IsEnum(); |
| 157 | |
| 158 | inline bool CanCast(hx::Object *inPtr) { return mCanCast ? mCanCast(inPtr) : VCanCast(inPtr); } |
| 159 | static bool GetNoStaticField(const String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp); |
| 160 | static bool SetNoStaticField(const String &inString, Dynamic &ioValue, hx::PropertyAccess inCallProp); |
| 161 |
nothing calls this directly
no test coverage detected