-
-
Notifications
You must be signed in to change notification settings - Fork 65
M_MSCLoader_Settings_AddCheckBoxGroup
piotrulos edited this page Jan 15, 2026
·
9 revisions
Add checkbox group (radio buttons) to settings menu Can execute action when its value is changed.
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.0.388
C#
public static <a href="T_MSCLoader_SettingsCheckBoxGroup">SettingsCheckBoxGroup</a> AddCheckBoxGroup(
string settingID,
string name,
bool value = false,
string group = null,
Action onValueChanged = null,
bool visibleByDefault = true
)View Source
- String
- Unique settings ID for your mod
- String
- Name of the setting
- Boolean (Optional)
- Default Value for this setting
- String (Optional)
- Group name (all checkboxes should have same group)
- Action (Optional)
- Function to execute when checkbox value change
- Boolean (Optional)
- Visible by default (default=true)
SettingsCheckBoxGroup
SettingsCheckBoxGroup
- How to install MSCLoader using MSCLInstaller
- How to install mods
- Official experimental linux support
- Unofficial tutorial for linux (wine/proton)
- Install Visual Studio for MSCLoader
- Install template for Visual Studio
- How to use templates
- Debugging your mods in Visual Studio
- Enable DevMode to help with debugging
- Uploading and creating Self update feature for your mod or reference
- How to create and use Asset Bundles