Table of Contents

Constructor NuiButtonSelect

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

NuiButtonSelect(NuiProperty<string>, NuiProperty<bool>)

A clickable button with text as the label.
Same as NuiButton, but this one is a toggle.

[JsonConstructor]
public NuiButtonSelect(NuiProperty<string> label, NuiProperty<bool> selected)

Parameters

label NuiProperty<string>
selected NuiProperty<bool>