How To Register A Command In Lua

[Solved] How To Register A Command In Lua | Shell - Code Explorer | yomemimo.com
Question : How to Register a command in Lua

Answered by : innocent-impala-n95fkrh67us4

-- REGISTER_COMMAND
RegisterCommand(	commandName --[[ string ]],	handler --[[ func ]],	restricted --[[ boolean ]]
)

Source : | Last Update : Sun, 06 Feb 22

Answers related to how to register a command in lua

Code Explorer Popular Question For Shell