Difference between revisions of "Lua:LoadMapData"
From Fortress Forever Wiki
Jump to navigationJump to search (Created page with "{{Infobox manual/Header}} ==LoadMapData== Loads a Lua object that has been saved as a serialized file allowing data to be transferred between map changes. ==Usage 1== <pre...") |
(No difference)
|
Latest revision as of 07:32, 24 June 2013
|
LoadMapDataLoads a Lua object that has been saved as a serialized file allowing data to be transferred between map changes. Usage 1LoadMapData() InputNo inputs. OutputReturns a Lua object (either a table, string, boolean or number). Examplelocal datatable = LoadMapData() Usage 2LoadMapData( suffix ) Input
OutputReturns a Lua object (either a table, string, boolean or number). Examplelocal datatable = LoadMapData( "table" ) |