()
| 3759 | return result; |
| 3760 | } |
| 3761 | public bool IsDashboardVisible() |
| 3762 | { |
| 3763 | bool result = FnTable.IsDashboardVisible(); |
| 3764 | return result; |
| 3765 | } |
| 3766 | public bool IsActiveDashboardOverlay(ulong ulOverlayHandle) |
| 3767 | { |
| 3768 | bool result = FnTable.IsActiveDashboardOverlay(ulOverlayHandle); |
nothing calls this directly
no outgoing calls
no test coverage detected