Difference between revisions of "Arrays (Papyrus)"
Jump to navigation
Jump to search
Changed Array[] to Point[]
imported>Plplecuyer |
imported>Qazaaq (Changed Array[] to Point[]) |
||
Line 165: | Line 165: | ||
Function MyFunction() | Function MyFunction() | ||
Point[] myArray = new | Point[] myArray = new Point[2] | ||
Point myPoint = new Point | Point myPoint = new Point |