View Single Post
06-02-20, 08:13 PM   #3
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
Have you tried printing the event sent to AST_Event_LUAWarning just in case you have somehow managed to AST_RegisterEvent() another event with no payload to that function association?

From the /API documents:

Code:
ScriptWarnings->Events

LuaWarning
	LiteralName = LUA_WARNING

PAYLOAD:
	warnType, Type = number, Nilable = false
	warningText, Type = string, Nilable = false
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote