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

Function CanCast

include/hx/Class.h:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

VCanCastFunction · 0.85

Tested by

no test coverage detected