fix(luals-meta): generate globals in c2 and echo @lua commands (#5385)

Co-authored-by: Mm2PL <miau@mail.kotmisia.pl>
This commit is contained in:
nerix
2024-05-22 15:23:33 +02:00
committed by GitHub
parent da526b379b
commit ec6b1ef24d
6 changed files with 78 additions and 72 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ enum class EventType {
/**
* @lua@class CommandContext
* @lua@field words string[] The words typed when executing the command. For example `/foo bar baz` will result in `{"/foo", "bar", "baz"}`.
* @lua@field channel Channel The channel the command was executed in.
* @lua@field channel c2.Channel The channel the command was executed in.
*/
/**