Block
Внешний вид
(перенаправлено с «NAPI.Command.Block»)
Blocks command parsing for a client.
Syntax
<syntaxhighlight lang="C#" >void NAPI.Command.Block(Client sender, bool value);</syntaxhighlight>
Required Arguments
- sender: parameter input should be in Client type.
- value: parameter input should be in bool type.
Usage example(s)
Example Description <syntaxhighlight lang="C#" >NAPI.Command.Block(sender, true);</syntaxhighlight>