Hi, I was wondering if it's possible to retrieve a list of all the eventlisteners running for debugging purpose.
I was thinking to something like this, but reading "eventListeners_table" if that exists..
for key, value in pairs(_G)do
print(key.."="..tostring(value))
end |
edit: either checking if "customEventListener" is still active could be of help... :-?
Thank you
P.
Comments
Thank you!