Skip to main content

Block

Blocks command parsing for a client.

Syntax

```csharp void NAPI.Command.Block(Client sender, bool value); ```

Required Arguments

  • sender: parameter input should be in Client type.
  • value: parameter input should be in bool type.

Usage example(s)

Example Description

```csharp NAPI.Command.Block(sender, true); ```