Block

From RAGE Multiplayer Wiki
Revision as of 01:29, 27 November 2019 by Muphy (talk | contribs) (Created page with "Blocks command parsing for a client. ==Syntax== <syntaxhighlight lang="C#" >void NAPI.Command.Block(Client sender, bool value);</syntaxhighlight> '''Required Arguments''' *'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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);