| 91 | } |
| 92 | |
| 93 | bool Class_obj::GetNoStaticField(const String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp) |
| 94 | { |
| 95 | return false; |
| 96 | } |
| 97 | bool Class_obj::SetNoStaticField(const String &inString, Dynamic &ioValue, hx::PropertyAccess inCallProp) |
| 98 | { |
| 99 | return false; |
nothing calls this directly
no outgoing calls
no test coverage detected