Commands, Exports, Events
Commands
Command
Description
/neonMenu
Toggle Neon Controller Menu
You may change this commands in the config file
-- Commands used to open/close the neon controller UI
Config.ToggleCommand = "neonMenu"
Events
The events used to open and close the neon controller UI. These can be called from any script, such as a radial menu.
TriggerEvent("md-neoncontroller:open") -- open neon controller
TriggerEvent("md-neoncontroller:close") -- close neon controller
Last updated