Difference between revisions of "Papyrus FAQs"
Jump to navigation
Jump to search
→Are arrays limited to 128 elements?
imported>Digitalparanoid m (→Advanced) |
imported>Digitalparanoid |
||
Line 285: | Line 285: | ||
=== Are arrays limited to 128 elements? === | === Are arrays limited to 128 elements? === | ||
* Arrays that are created by scripts via the <code>New</code> operation or <code>Add()</code> function '''are''' limited to 128 elements. | |||
< | * Arrays returned by native functions, and editor-filled array properties, are '''not''' limited to 128 elements. | ||
=== How do I create a dynamic array? === | === How do I create a dynamic array? === |