Difference between revisions of "Lua:getSettingsForm"
Jump to navigation
Jump to search
(Created page with ''''function''' getSettingsForm() ''':''' Form Returns the main settings Form. ===Function Parameters=== <none> == Examples == local frm = getSettingsForm() == …') |
m (Syntax Highlighting.) |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Lua]] | ||
'''function''' getSettingsForm() ''':''' [[Form]] | '''function''' getSettingsForm() ''':''' [[Form]] | ||
| Line 7: | 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()