mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] rename Script::scriptContent() -> Script::content()
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
Script(Ion::Storage::Record r = Ion::Storage::Record()) : Record(r) {}
|
||||
bool autoImportationStatus() const;
|
||||
void toggleAutoimportationStatus();
|
||||
const char * scriptContent() const;
|
||||
const char * content() const;
|
||||
bool contentFetchedFromConsole() const;
|
||||
void setContentFetchedFromConsole(bool fetch);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user