Difference between revisions of "Talk:FormList Script"
Jump to navigation
Jump to search
imported>Kuertee |
imported>Kuertee |
||
Line 6: | Line 6: | ||
==Saving Form Lists== | ==Saving Form Lists== | ||
'''EDIT:''' | |||
Form List contents '''ARE actually saved'''.<br/> | |||
So I was wrong in the comment below.<br/> | |||
-- [[User:Kuertee|Kuertee]] 02:24, 3 March 2012 (EST)<br/> | |||
Changes to the FormList with AddForm () and RemoveAddedForm () are not saved in the saved-game file.<br/> | Changes to the FormList with AddForm () and RemoveAddedForm () are not saved in the saved-game file.<br/> | ||
I had to keep a separate data in an Array.<br/> | I had to keep a separate data in an Array.<br/> |
Revision as of 02:24, 3 March 2012
This function doesn't seem to want to take actor references, can anyone else verify? TheTalkieToaster
- Which function is that? There are a few listed on this page.
- -- Cipscis 00:48, 19 February 2012 (EST)
Saving Form Lists
EDIT:
Form List contents ARE actually saved.
So I was wrong in the comment below.
-- Kuertee 02:24, 3 March 2012 (EST)
Changes to the FormList with AddForm () and RemoveAddedForm () are not saved in the saved-game file.
I had to keep a separate data in an Array.
Then restore them to the FormList when the file is reloaded.
I'm not sure which runs faster but HasForm () is easier than going through an Array just to find if a Form exists in the list.
-- Kuertee 07:39, 1 March 2012 (EST)