Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: TondaS on August 27, 2005, 10:08:22 PM

Title: WME supports only single dimensional arrays ?
Post by: TondaS on August 27, 2005, 10:08:22 PM
I tried to make 2 dimensional array. It seems that it's impossible. Author of this (http://forum.dead-code.org/index.php?topic=723.msg5510#msg5510) topic said "On the other hand I managed to hack Dijkstra's algorithm (breadth-first search) to work with wintermute and its single dimensional arrays", but topic is quite old and new versions of WME were released since his post. So can you please tell me if there's any way to make a 2 or more dimensional arrays in WME ? Thanks
Title: Re: WME supports only single dimensional arrays ?
Post by: metamorphium on August 27, 2005, 10:49:41 PM
Hi.

right now WME supports only single dimensional arrays. But you can easily use them for multiple dimensions. Just
you have to count a bit. ;)