settings.load

settings.load
Function
Syntax
settings.load(
  • path : string
)

Returns boolean success
API settings
Source CC:Tweaked (source)

Load the settings from a File.

ExampleLoad the settings from a file
Load the settings from ".settings".
Code
<nowiki>settings.load(".settings")</nowiki>

,

This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.