equal
deleted
inserted
replaced
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: |