LuaLibraryParams.wiki
changeset 1375 e6e1f4a61b06
parent 1348 1d75b40de896
equal deleted inserted replaced
1374:ec15ffae2f19 1375:e6e1f4a61b06
     1 #summary Lua library documentation: Params
     1 #summary Lua library documentation of Params; for parameter handling
     2 #labels !LuaLibrary
     2 #labels !LuaLibrary
     3 = Lua library: `Params` =
     3 = Lua library: `Params` =
     4 The Params library is a small library introduced in 0.9.21. It provides a function to parse the parameter string `ScriptParam` and it is intended to simplify using this string.
     4 The Params library is a small library introduced in 0.9.21. It provides a function to parse the parameter string `ScriptParam` and it is intended to simplify using this string.
     5 
     5 
     6 This library requires the parameter string to be in a certain format. It must be a comma-seperated list of kev-value pairs in the `key=value` format. Examples:
     6 This library requires the parameter string to be in a certain format. It must be a comma-seperated list of kev-value pairs in the `key=value` format. Examples: