Page 1 of 1

LuaBootstrap::get_event_handler incorrect param type

Posted: Thu Oct 31, 2024 6:13 pm
by _CodeGreen
LuaBootstrap::get_event_handler says it takes a uint, but shouldn't it be possible to take string as well, or for typedef's sake defines.events|string|uint? Just noticed it from it trickling down to LuaLS typedefs. Same thing with get/set_event_filter, I'd think those would be just defines.events instead of a uint.