mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Quest API] Add EVENT_GM_COMMAND to Perl/Lua. (#2634)
# Perl - Add `EVENT_GM_COMMAND`, exports `$message`. # Lua - Add `event_gm_command`, exports `e.message`. # Notes - Only parses with real GM commands such as `#reload quest`.
This commit is contained in:
@@ -609,6 +609,15 @@ void handle_player_level_down(
|
||||
std::vector<std::any> *extra_pointers
|
||||
);
|
||||
|
||||
void handle_player_gm_command(
|
||||
QuestInterface *parse,
|
||||
lua_State* L,
|
||||
Client* client,
|
||||
std::string data,
|
||||
uint32 extra_data,
|
||||
std::vector<std::any> *extra_pointers
|
||||
);
|
||||
|
||||
|
||||
// Item
|
||||
void handle_item_click(
|
||||
|
||||
Reference in New Issue
Block a user