LuaLibraryParams.wiki
changeset 1339 0b7f8de0843c
parent 1329 bd781e19a52d
child 1348 1d75b40de896
equal deleted inserted replaced
1338:97ac5f54bc7f 1339:0b7f8de0843c
     1 #summary Lua library documentation: Params
     1 #summary Lua library documentation: Params
     2 #labels LuaLibrary
       
     3 
     2 
     4 = Lua library: `Params` =
     3 = Lua library: `Params` =
     5 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.
     6 
     5 
     7 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: