Exe 6
  • What's Exe 6?
  • Get Started
    • Purchasing
  • Installation
  • Authentication
  • Roles
  • Configuration
  • Custom Commands
    • Getting Started
    • Attributes
    • Parameters
      • Player Parameter
      • Slider Parameter
      • Text Box parameter
      • Boolean Parameter
      • Enum Parameter
    • Receiving Events
    • Demostration
  • APPS
    • Introduction to Apps
    • Prepare
    • Publish
    • Submit
    • Update
    • App Guidelines
Powered by GitBook
On this page
  1. Custom Commands

Parameters

Parameters are the best way of customizing your Custom Commands.

Each parameter has its own configuration and each one of them has a specific functionality to make your own customized actions at your preferences.

Registering a parameter.

Once you have your command object, You will run :AddParameter() function. This function creates a new parameter object into the command you created.

MyCommand:AddParameter("ParameterType", Configuration)

Now that you learned the basic function of parameters, Lets learn each of them and what's their purpose.

PreviousAttributesNextPlayer Parameter

Last updated 1 month ago