Difference between revisions of "Arrays (Papyrus)"

No change in size ,  21:04, 30 May 2016
Changed Array[] to Point[]
imported>Plplecuyer
 
imported>Qazaaq
(Changed Array[] to Point[])
Line 165: Line 165:


Function MyFunction()
Function MyFunction()
   Point[] myArray = new Array[2]
   Point[] myArray = new Point[2]


   Point myPoint = new Point
   Point myPoint = new Point
Anonymous user