Is it possible to send List<ItemProperties> to client?

Post here your questions about Actionscript and Java server side extensions development.

Moderators: Lapo, Bax

Post Reply
gl0om
Posts: 54
Joined: 30 Mar 2010, 17:39

Is it possible to send List<ItemProperties> to client?

Post by gl0om »

I'd like to send filtered inventory from _handleRequest instead of _getInventoryItemsList.

Is it possible?
BigFIsh
Posts: 1698
Joined: 25 Feb 2008, 19:26
Location: New Zealand

Post by BigFIsh »

No, it's not possible.

You'll need to convert it to ActionscriptObject, Json object or String array with supported variables types, such as string, boolean, number etc
Smartfox's forum is my daily newspaper.
Post Reply