Thread: arrays
View Single Post
  #4  
Old 06-01-2002, 02:51 AM
BBflat BBflat is offline
Registered User
BBflat's Avatar
Join Date: Apr 2002
Location: United States of America
Posts: 573
BBflat is on a distinguished road
Quote:
Originally posted by Falcor
[B]I wish we could use matricies using this
this.array[a+width*a] is getting tiresome. Id rather do
this.matrix[a]

But I think stefan is working on a more C++-ish Gscript. so All I can do is hope and wait.
From what I heard, Stefan is avoiding any sort of object-oriented programming and C++ stuff. As far as I know, we won't get things like return functions, variable types, classes, switch statements, multidimensional vectors, etc. If we had them, we could do SO much more scripting-wise... =/
Reply With Quote