PDA

View Full Version : DoOnEvent bugs



hoox
March 13th, 2007, 08:00 AM
DoOnEvent (from Transport Core) should probably have something like:

self:Log (1,'Event: ', Event:ToString ())
return self:DoOnMethod ('OnEvent', Event)

Rob H
March 13th, 2007, 10:18 AM
Thanks, so it should. Well spotted.