Lua Libraries for Civ5: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Data persistence == | == Data persistence == | ||
See also [[Persisting data (Civ5)]]. | See also [[Persisting data (Civ5)]]. | ||
{| cellpadding="4" | |||
|- | |||
!Name | |||
!Author | |||
!Description | |||
|- | |||
|[http://forums.civfanatics.com/showthread.php?t=442249 TableSaverLoader] | |||
|''Pazyryk'' | |||
|Saves a Lua table into a custom data table. | |||
|- | |||
|[http://forums.civfanatics.com/showthread.php?t=392958 SaveUtils] | |||
|''Whys'' | |||
|Wrappers around the SetScriptData methods (partially deprecated) for conveniency purpose and mods conflicts prevention. | |||
|} | |||
[[Category:Civ5 API]] | [[Category:Civ5 API]] |
Revision as of 15:02, 22 September 2012
This page is a part of the Lua and UI Reference.
Data persistence
See also Persisting data (Civ5).
Name | Author | Description |
---|---|---|
TableSaverLoader | Pazyryk | Saves a Lua table into a custom data table. |
SaveUtils | Whys | Wrappers around the SetScriptData methods (partially deprecated) for conveniency purpose and mods conflicts prevention. |