Add: [Script] Saving/loading ScriptList

This commit is contained in:
glx22
2025-02-14 02:20:28 +01:00
committed by Loïc Guilloux
parent d6a261439b
commit a6f558ce2a
7 changed files with 67 additions and 3 deletions

View File

@@ -77,9 +77,8 @@ public:
* - booleans, and
* - nulls.
*
* In particular, instances of classes can't be saved including
* ScriptList. Such a list should be converted to an array or table on
* save and converted back on load.
* In particular, instances of classes can't be saved with the exception of
* ScriptList.
*
* The function is called as soon as the user saves the game,
* independently of other activities of the script. The script is not