View Single Post
12-19-08, 02:28 AM   #129
Blood Druid
A Fallenroot Satyr
Join Date: Oct 2008
Posts: 26
And so, I seem have not much understood the reason not correct working off:
earlier all events remained in the table subTypesMapping and processing function under this table was in

function oUF:PLAYER_ENTERING_WORLD(event)
.....
end

all became simply and quickly, i.e. all which functions of event were caused were in the table subTypesMapping.
In the new version the mechanism is processed and on a plan is improved, here to dispute are not present, but which functions of event are not caused registered.

I suspect that errors or in

function oUF:RegisterEvent(event, func)
...
end

or in

function oUF:PLAYER_ENTERING_WORLD(event)
...
end

... can in __elements that is not added?