CommandHelper

CommandHelper

46.5k Downloads

event_meta() returns empty array

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-2665 - Reported by Tom.Gebbett

Running event_meta() from inside an event returns an empty array.

I have not tried this with every event type, but i would imagine that it should return something for each one.

If it shouldn't then consider this a request to improve the documentation for this function.

Ideally i'd like to use it (or a new function) to get information like bind options, prefilters, etc.

commented

Comment by LadyCailin

Actually, I think it's turned off by default, unless debug mode is on, because it could be a relatively expensive process to be running all the time if you aren't using it. Turn debug mode on, and see what happens.