◆ CloseDialogs()
  
  
      
        
          | void SCR_ModReportDialogComponent.CloseDialogs  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ GetOnItemReportSuccessDialogClose()
      
        
          | ScriptInvokerVoid SCR_ModReportDialogComponent.GetOnItemReportSuccessDialogClose  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ OnAuthorReportFail()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnAuthorReportFail  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnAuthorReportSuccess()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnAuthorReportSuccess  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnCancelAuthorReport()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnCancelAuthorReport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnCancelRemoveAuthorReport()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnCancelRemoveAuthorReport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnCancelReportAuthorModList()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnCancelReportAuthorModList  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnCancelThisReport()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnCancelThisReport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnConfirmRemoveAuthorBlock()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnConfirmRemoveAuthorBlock  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnConfirmReportAuthorModList()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnConfirmReportAuthorModList  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnItemReportedSuccessfully()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnItemReportedSuccessfully  | 
          ( | 
          bool |           isAuthorBlocked | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnItemReportSuccessDialogClose()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnItemReportSuccessDialogClose  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnRemoveAuthorBlockSuccess()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnRemoveAuthorBlockSuccess  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnSelectReportAuthor()
  
  
      
        
          | void SCR_ModReportDialogComponent.OnSelectReportAuthor  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OnSelectReportConfirm()
◆ OpenAuthorModsDialog()
  
  
      
        
          | void SCR_ModReportDialogComponent.OpenAuthorModsDialog  | 
          ( | 
          bool |           showReported = true | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ OpenRemoveAuthorBlockModList()
  
  
      
        
          | void SCR_ModReportDialogComponent.OpenRemoveAuthorBlockModList  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Dialog displaying all author mmods and explaing what will happen after report confirm. 
 
 
◆ OpenReportAuthorModList()
  
  
      
        
          | void SCR_ModReportDialogComponent.OpenReportAuthorModList  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Dialog displaying all author mmods and explaing what will happen after report confirm. 
 
 
◆ OpenReportThis()
  
  
      
        
          | void SCR_ModReportDialogComponent.OpenReportThis  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Dialog for selecting type, typing message and confirming this mod report. 
 
 
◆ OpenSelectReport()
      
        
          | void SCR_ModReportDialogComponent.OpenSelectReport  | 
          ( | 
          notnull SCR_WorkshopItem |           item | ) | 
           | 
        
      
 
 
◆ OpenSelectReportAuthor()
      
        
          | void SCR_ModReportDialogComponent.OpenSelectReportAuthor  | 
          ( | 
          notnull SCR_WorkshopItem |           item | ) | 
           | 
        
      
 
 
◆ AUTHOR_MOD_LIMIT
  
  
      
        
          | const int SCR_ModReportDialogComponent.AUTHOR_MOD_LIMIT = 50 | 
         
       
   | 
  
staticprotected   | 
  
 
 
◆ LINE_DOWNLOADED
  
  
      
        
          | const string SCR_ModReportDialogComponent.LINE_DOWNLOADED = "#AR-Workshop_Details_Downloaded" | 
         
       
   | 
  
staticprotected   | 
  
 
 
◆ m_aAuthorModsList
  
  
      
        
          | ref array<ref SCR_WorkshopItem> SCR_ModReportDialogComponent.m_aAuthorModsList = {} | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_ActionAddAuthorBlock
◆ m_ActionRemoveAuthorBlock
◆ m_aDialogs
◆ m_Author
  
  
      
        
          | WorkshopAuthor SCR_ModReportDialogComponent.m_Author | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_CurrentDialog
◆ m_Item
◆ m_LoadingOverlayDlg
◆ m_OnItemReportSuccessDialogClose
  
  
      
        
          | ref ScriptInvokerVoid SCR_ModReportDialogComponent.m_OnItemReportSuccessDialogClose | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_Params
◆ m_ReportDialog
◆ m_sDialogsConfig
  
  
      
        
          | ResourceName SCR_ModReportDialogComponent.m_sDialogsConfig | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_sTagReportAuthor
  
  
      
        
          | string SCR_ModReportDialogComponent.m_sTagReportAuthor | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_sTagSelectReport
  
  
      
        
          | string SCR_ModReportDialogComponent.m_sTagSelectReport | 
         
       
   | 
  
protected   | 
  
 
 
◆ MSG_SELECT
  
  
      
        
          | const string SCR_ModReportDialogComponent.MSG_SELECT = "#AR-Workshop_SelectMsg" | 
         
       
   | 
  
staticprotected   | 
  
 
 
◆ TAG_AUTHOR_UNBLOCK
  
  
      
        
          | const string SCR_ModReportDialogComponent.TAG_AUTHOR_UNBLOCK = "unblock_author_simple" | 
         
       
   | 
  
staticprotected   | 
  
 
 
The documentation for this interface was generated from the following file:
- Game/UI/Menu/Dialogs/SCR_ModReportDialogComponent.c