Difference between revisions of "Talk:Arrays (Papyrus)"
Jump to navigation
Jump to search
m
→Changing number of elements in Array properties: Added link to info on working around array property save baking.
imported>Five Alpha Reductase |
imported>Terra Nova2 m (→Changing number of elements in Array properties: Added link to info on working around array property save baking.) |
||
Line 266: | Line 266: | ||
From testing, it seems rather unfortunate that changing the number of elements in a property also are subject to the previous length of the array being baked into the save. | From testing, it seems rather unfortunate that changing the number of elements in a property also are subject to the previous length of the array being baked into the save. | ||
Changing the integer that is assigned to the length and setting it to 0 and then assigning it back to the length as a way of "resetting" the length of the array to the new length does not work.--[[User:Terra Nova2|Terra Nova2]] ([[User talk:Terra Nova2|talk]]) 2015-02-27T07:20:35 (EST) | Changing the integer that is assigned to the length and setting it to 0 and then assigning it back to the length as a way of "resetting" the length of the array to the new length does not work.--[[User:Terra Nova2|Terra Nova2]] ([[User talk:Terra Nova2|talk]]) 2015-02-27T07:20:35 (EST) | ||
: There is a work around for this. [http://forums.bethsoft.com/topic/1583034-quick-questions-quick-answers-thread-63/page-3#entry24889636 Source] --[[User:Terra Nova2|Terra Nova2]] ([[User talk:Terra Nova2|talk]]) 2016-01-24T09:29:12 (EST) |