ICommandRegistry:SetDescription

From Nomad DB
Revision as of 12:37, 15 April 2020 by Jan (talk | contribs) (Created page with "Sets the description of a Console Command. It is part of the ICommandRegistry interface that is returned by ScriptHook.RegisterComman...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sets the description of a Console Command. It is part of the ICommandRegistry interface that is returned by ScriptHook.RegisterCommand.

Syntax

[command]:SetDescription(text)
  • text (string) Description

Related Pages