Table of Contents

Property AcceptsInput

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AcceptsInput

Set to false to disable all input. All hover, clicks and keypresses will fall through.

[JsonProperty("accepts_input")]
public NuiProperty<bool> AcceptsInput { get; set; }

Property Value

NuiProperty<bool>