Ghost Commands
  • Getting Started
    • Quickstart
    • Syntax
      • Command syntax
      • Arguments with multiple values
    • Custom commands
  • Documentation
    • Commands
      • Static commands
      • Non-static commands
      • Dynamic commands
      • Overloads
      • Parameters
      • Additional attributes
    • Suggestions
      • Suggestion attributes
      • Suggestor methods
    • Converters
      • Custom parameter types
      • Using the ArgumentReader
      • Multiple ways to interpret an argument
    • Processors
      • Creating a processor
      • Setting priorities
      • Cheat codes example
    • Macros
    • Settings
    • Customization
    • Included Commands
Powered by GitBook
On this page

Was this helpful?

  1. Documentation

Commands

In this section, we go over even more ways to set up commands. Including name aliases, overloads and optional parameters. As mentioned before, the [Command] attribute is used on any method or property

PreviousCustom commandsNextStatic commands

Last updated 7 months ago

Was this helpful?

Static commands
Non-static commands
Dynamic commands
Overloads
Parameters
Additional attributes