![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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. | |
| override void OnCancel | ( | ) |
Definition at line 125 of file SCR_AddonListDialog.c.
| override void OnConfirm | ( | ) |
Definition at line 110 of file SCR_AddonListDialog.c.
| void SCR_DisableDependentAddonsDialog | ( | array< ref SCR_WorkshopItem > | items, |
| string | preset, | ||
| SCR_WorkshopItem | dependency ) |
Definition at line 98 of file SCR_AddonListDialog.c.
| SCR_AddonListDialog m_Dependency |
Dialog which is used when an addon is disabled but some dependent addons depend on it.