Difference between revisions of "Papyrus FAQs"
Jump to navigation
Jump to search
→Are arrays limited to 128 elements?
imported>Digitalparanoid |
imported>Digitalparanoid |
||
Line 280: | Line 280: | ||
=== Are arrays limited to 128 elements? === | === Are arrays limited to 128 elements? === | ||
According to SmkViper: | |||
<pre> | |||
There is still an internal 128 limit on array items. Attempting to make an array larger than that will spit out an error at runtime. | |||
</pre> | |||
=== How do I create a dynamic array? === | === How do I create a dynamic array? === | ||
=== How do I create key-value pairs? === | === How do I create key-value pairs? === |