aboutsummaryrefslogtreecommitdiff
path: root/assets/lyx_img/Bildschirmfoto_2018-08-30_14-28-32.png
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2020-07-28 12:00:27 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2020-07-28 12:00:27 +0200
commit3b9b884988420ded5df332906b6578bab69e23e1 (patch)
treed5ffbacaea77a906f83af2a5dded7a8e3fee45a6 /assets/lyx_img/Bildschirmfoto_2018-08-30_14-28-32.png
parent549db4737f5f07d8a99236766a93a545fe39169a (diff)
downloadadvtrains-3b9b884988420ded5df332906b6578bab69e23e1.tar.gz
advtrains-3b9b884988420ded5df332906b6578bab69e23e1.tar.bz2
advtrains-3b9b884988420ded5df332906b6578bab69e23e1.zip
Document new luaatc commands
Diffstat (limited to 'assets/lyx_img/Bildschirmfoto_2018-08-30_14-28-32.png')
0 files changed, 0 insertions, 0 deletions
48' href='#n148'>148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
--- Lua module to serialize values as Lua code.
-- From: https://github.com/fab13n/metalua/blob/no-dll/src/lib/serialize.lua
-- License: MIT
-- @copyright 2006-2997 Fabien Fleutot <metalua@gmail.com>
-- @author Fabien Fleutot <metalua@gmail.com>
-- @author ShadowNinja <shadowninja@minetest.net>
--------------------------------------------------------------------------------

--- Serialize an object into a source code string. This string, when passed as
-- an argument to deserialize(), returns an object structurally identical to
-- the original one.  The following are currently supported:
--   * Booleans, numbers, strings, and nil.