Difference between revisions of "Array Reference"

2 bytes removed ,  08:30, 23 June 2023
m
→‎Large Arrays without SKSE: Reverted accidental edit of heading level
(→‎Large Arrays: Added SKSE Array helper description.)
m (→‎Large Arrays without SKSE: Reverted accidental edit of heading level)
 
Line 126: Line 126:
</source>
</source>


==== Large Arrays without SKSE ====
=== Large Arrays without SKSE ===
If an array larger than 128 elements is required, a work-around is to use multiple arrays to form one large array. Below is an example of how this can be accomplished for an array that can hold 512 floats:
If an array larger than 128 elements is required, a work-around is to use multiple arrays to form one large array. Below is an example of how this can be accomplished for an array that can hold 512 floats:


16

edits