1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-01 12:17:46 +00:00
kawari/resources/scripts/commands/Commands.lua

17 lines
828 B
Lua
Raw Normal View History

DBG_DIR = "commands/debug/"
-- Please keep these in alphabetical order!
registerCommand("classjob", DBG_DIR.."ClassJob.lua")
registerCommand("festival", DBG_DIR.."Festival.lua")
registerCommand("invis", DBG_DIR.."ToggleInvisibility.lua")
registerCommand("nudge", DBG_DIR.."Nudge.lua")
registerCommand("ost", DBG_DIR.."OnScreenTest.lua")
registerCommand("permtest", DBG_DIR.."PermissionTest.lua")
registerCommand("setpos", DBG_DIR.."SetPos.lua")
registerCommand("setspeed", DBG_DIR.."SetSpeed.lua")
registerCommand("teri", DBG_DIR.."ChangeTerritory.lua")
registerCommand("unlock", DBG_DIR.."Unlock.lua")
registerCommand("unlockaetheryte", DBG_DIR.."UnlockAetheryte.lua")
registerCommand("wireframe", DBG_DIR.."ToggleWireframe.lua")