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

Converters

Ghost Commands comes with built-in support for primitive types as well as popular Unity types such as Vector3, Quaternion, Color and more. However, there may arise instances where you'd want to extend

Custom parameter typesUsing the ArgumentReaderMultiple ways to interpret an argument
PreviousSuggestor methodsNextCustom parameter types

Last updated 8 months ago

Was this helpful?