ICommandRegistry:SetDescription

From Nomad DB
Revision as of 12:59, 6 October 2020 by Administrator (talk | contribs)
(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