FileWindow: Difference between revisions
From Crumbled World Wiki
(Created page with "{{:FileWindowExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |FileWindow(Camera aCamera, String windowTitle, String folder) | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |setDefaultFileData(String data) |If a new file is created the file is given this data. |- | |setFileExtension...") |
(No difference)
|
Latest revision as of 13:41, 5 July 2025
Constructor
| function | description |
|---|---|
| FileWindow(Camera aCamera, String windowTitle, String folder) |
Functions
| return | function | description |
|---|---|---|
| setDefaultFileData(String data) | If a new file is created the file is given this data. | |
| setFileExtension(String fileExtension) | ||
| addLuaScriptCallbackExecute(string function) | If a file is open this callback will return the filePath to the file. |