(objName string, duration uint32)
| 93 | } |
| 94 | |
| 95 | func (e *EmptyNativeInterface) UIObjFadeOut(objName string, duration uint32) (bool, error) { |
| 96 | return false, nil |
| 97 | } |
| 98 | |
| 99 | func (e *EmptyNativeInterface) UIObjSetLabelText(objName string, text string) (bool, error) { |
| 100 | return false, nil |
nothing calls this directly
no outgoing calls
no test coverage detected