settings.getNames
| settings.getNames Function | |
|---|---|
|
Syntax settings.getNames() | |
| Returns | table |
| API | settings |
| Source | CC:Tweaked (source) |
Get a list of all settings.
|
|||
| Get a List of all settings and print it. | |||
| Code | <nowiki>
for k,v in ipairs(settings,getNames()) do
write(v.." ")
end
</nowiki>
|
||
| Output | bios.use_multishelledit.autocompleteedit.default_extensionlist.show_hiddenlua.autocompletepaint.default_extensionshell.allow_disk_startupshell.allow_startupshell.autocomplete | ||
Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Lua |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CC:Tweaked |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.