(ulong ulOverlayHandle,ref uint punProcessId)
| 3774 | return result; |
| 3775 | } |
| 3776 | public EVROverlayError GetDashboardOverlaySceneProcess(ulong ulOverlayHandle,ref uint punProcessId) |
| 3777 | { |
| 3778 | punProcessId = 0; |
| 3779 | EVROverlayError result = FnTable.GetDashboardOverlaySceneProcess(ulOverlayHandle,ref punProcessId); |
| 3780 | return result; |
| 3781 | } |
| 3782 | public void ShowDashboard(string pchOverlayToShow) |
| 3783 | { |
| 3784 | IntPtr pchOverlayToShowUtf8 = Utils.ToUtf8(pchOverlayToShow); |
nothing calls this directly
no outgoing calls
no test coverage detected