PDA

View Full Version : [Bug Report] AS3 PublicMessageEvent API Documentation example is wrong.



daperson1
08-29-2011, 07:08 PM
http://www.electrotank.com/docs/es5/client/as3/com/electrotank/electroserver5/api/PublicMessageEvent.html

The example has the line:


var pmr:SendPublicMessageRequest = new SendPublicMessageRequest();

This should be:


var pmr:PublicMessageRequest = new PublicMessageRequest();


This dodgy line occurs twice in the example.

tcarr
08-29-2011, 07:37 PM
Thanks - I'll get that fixed for the 5.3 release.