<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fortress-forever.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Lua%3ALoadGlobalData</id>
	<title>Lua:LoadGlobalData - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.fortress-forever.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Lua%3ALoadGlobalData"/>
	<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Lua:LoadGlobalData&amp;action=history"/>
	<updated>2026-05-08T16:28:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=Lua:LoadGlobalData&amp;diff=9997&amp;oldid=prev</id>
		<title>Ddm999: Created page with &quot;{{Infobox manual/Header}}  ==LoadGlobalData==  Loads a Lua object that has been saved as a serialized file allowing data to be transferred between map changes (the data can al...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Lua:LoadGlobalData&amp;diff=9997&amp;oldid=prev"/>
		<updated>2013-06-24T15:34:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Infobox manual/Header}}  ==LoadGlobalData==  Loads a Lua object that has been saved as a serialized file allowing data to be transferred between map changes (the data can al...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox manual/Header}}&lt;br /&gt;
&lt;br /&gt;
==LoadGlobalData==&lt;br /&gt;
&lt;br /&gt;
Loads a Lua object that has been saved as a serialized file allowing data to be transferred between map changes (the data can also be opened by any map).&lt;br /&gt;
&lt;br /&gt;
==Usage 1==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;LoadGlobalData()&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Input===&lt;br /&gt;
No inputs.&lt;br /&gt;
&lt;br /&gt;
===Output===&lt;br /&gt;
Returns a Lua object (either a table, string, boolean or number).&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;local datatable = LoadGlobalData()&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage 2==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;LoadGlobalData( suffix )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Input===&lt;br /&gt;
* suffix(string) A suffix that is also on the saved file.&lt;br /&gt;
&lt;br /&gt;
===Output===&lt;br /&gt;
Returns a Lua object (either a table, string, boolean or number).&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;local datatable = LoadGlobalData( &amp;quot;table&amp;quot; )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua saving functions]]&lt;br /&gt;
{{Infobox manual/Footer}}&lt;/div&gt;</summary>
		<author><name>Ddm999</name></author>
	</entry>
</feed>