FileWindow

From Crumbled World Wiki
Revision as of 13:41, 5 July 2025 by Anders (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FileWindowExampleCode

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.