(ulong ulOverlayHandle)
| 3764 | return result; |
| 3765 | } |
| 3766 | public bool IsActiveDashboardOverlay(ulong ulOverlayHandle) |
| 3767 | { |
| 3768 | bool result = FnTable.IsActiveDashboardOverlay(ulOverlayHandle); |
| 3769 | return result; |
| 3770 | } |
| 3771 | public EVROverlayError SetDashboardOverlaySceneProcess(ulong ulOverlayHandle,uint unProcessId) |
| 3772 | { |
| 3773 | EVROverlayError result = FnTable.SetDashboardOverlaySceneProcess(ulOverlayHandle,unProcessId); |
nothing calls this directly
no outgoing calls
no test coverage detected