Difference between revisions of "ResizeIntArray - Utility"

35 bytes added ,  18:46, 12 July 2023
m
no edit summary
m
 
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Papyrus]]
'''Member of:''' [[Utility Script]]
'''SKSE member of:''' [[Utility Script]]


Resizes an already existing array of Int values to the specified length. <br>
Resizes an already existing array of Int values to the specified length. (This function requires SKSE)<br>  
'''Be careful when using this function.''' It is possible to create arrays longer than 128 elements, and size is treated as an unsigned integer. Negative numbers will produce extremely large values, which can cause major issues.
'''Be careful when using this function.''' It is possible to create arrays longer than 128 elements, and size is treated as an unsigned integer. Negative numbers will produce extremely large values, which can cause major issues.


67

edits