Page 1 of 1

changedVars is not List<string>

Posted: 24 Aug 2017, 20:14
by Nexic
Just wanted to let you know that I've noticed a small mistake in your C# docs:
http://docs2x.smartfoxserver.com/api-do ... a996a0.htm

It says that event.params["changedVars"] is a List<string> when it's actually an ArrayList, and won't cast with normal unboxing.

Re: changedVars is not List<string>

Posted: 25 Aug 2017, 08:11
by Bax
Thank you for reporting. We will fix this in the next release, probably returning a List instead of an ArrayList, just like for any other event or method returning a list of objects.