Page 1 of 1

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

Posted: 16 Oct 2010, 10:50
by gl0om
I'd like to send filtered inventory from _handleRequest instead of _getInventoryItemsList.

Is it possible?

Posted: 16 Oct 2010, 20:07
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