Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: SDPhantom
Forum: Legion Beta archived threads 07-26-16, 10:33 PM
Replies: 7
Views: 7,430
Posted By SDPhantom
My guess is they updated the...

My guess is they updated the XML.

From:
<OnUpdate>CastingBarFrame_OnUpdate(self,elapsed)</OnUpdate>

To:
<OnUpdate function="CastingBarFrame_OnUpdate"/>

The first creates an intermediate function...
Forum: Legion Beta archived threads 07-26-16, 07:44 PM
Replies: 7
Views: 7,430
Posted By SDPhantom
The syntax is...

The syntax is hooksecurefunc([table,]index,function). If table is omitted, _G is assumed. The entire design of the function is to hook another function stored in index of table. This means it has to...
Showing results 1 to 2 of 2