Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AddonListDialog.c File Reference

Go to the source code of this file.

Classes

class  SCR_AddonListDialog
 Shows a list of addons and some text. More...
class  SCR_DeleteAddonDependentAddonsDetected
 This dialog is shown when we want to delete an addon but some other downloaded addons depend on it. More...

Functions

void SCR_DisableDependentAddonsDialog (array< ref SCR_WorkshopItem > items, string preset, SCR_WorkshopItem dependency)
override void OnConfirm ()
override void OnCancel ()

Variables

SCR_AddonListDialog m_Dependency
 Dialog which is used when an addon is disabled but some dependent addons depend on it.

Function Documentation

◆ OnCancel()

override void OnCancel ( )

Definition at line 125 of file SCR_AddonListDialog.c.

◆ OnConfirm()

override void OnConfirm ( )

Definition at line 110 of file SCR_AddonListDialog.c.

◆ SCR_DisableDependentAddonsDialog()

void SCR_DisableDependentAddonsDialog ( array< ref SCR_WorkshopItem > items,
string preset,
SCR_WorkshopItem dependency )

Definition at line 98 of file SCR_AddonListDialog.c.

Variable Documentation

◆ m_Dependency

SCR_AddonListDialog m_Dependency

Dialog which is used when an addon is disabled but some dependent addons depend on it.