Block
Jump to navigation
Jump to search
BlockServer-Side Function
![]() |
![]() |
---|
Blocks command parsing for a client.
Syntax
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
NAPI.Command.Block(sender, true);
Changelog
Version | Description |
---|---|
1.0 | Release. |