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

Method GetNoStaticField

src/hx/Class.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool Class_obj::GetNoStaticField(const String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp)
94{
95 return false;
96}
97bool Class_obj::SetNoStaticField(const String &inString, Dynamic &ioValue, hx::PropertyAccess inCallProp)
98{
99 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected