Difference between revisions of "Lua:getSettingsForm"
Jump to navigation
Jump to search
(→Related Classes) |
m (Syntax Highlighting.) |
||
| Line 8: | Line 8: | ||
== Examples == | == Examples == | ||
| − | + | <syntaxhighlight lang="lua" line> | |
| + | local frm = getSettingsForm() | ||
| + | </syntaxhighlight> | ||
| − | + | {{LuaSeeAlso}} | |
| − | |||
| − | |||
| − | + | {{Forms}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 19:55, 26 June 2026
function getSettingsForm() : Form
Returns the main settings Form.
Function Parameters[edit]
<none>
Examples[edit]
1 local frm = getSettingsForm()