Boolean Parameter

The boolean parameter creates a new modern way to select "true" or "false".

How to register it?

Code:

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

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

Last updated