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
  2. Parameters

Text Box parameter

PreviousSlider ParameterNextBoolean Parameter

Last updated 1 month ago

The Text Box parameter creates a frame where you can type anything.

How to register it?

Code:

MyCommand:AddParameter("Textbox", {
	Name = "Amazing Text Box", --// Parameter name.
})

If you did it correctly, You should see the parameter appear on the parameters section.