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:
@@ -78,7 +78,7 @@ void Script::toggleAutoimportationStatus() {
|
||||
setValue(d);
|
||||
}
|
||||
|
||||
const char * Script::scriptContent() const {
|
||||
const char * Script::content() const {
|
||||
Data d = value();
|
||||
return ((const char *)d.buffer) + InformationSize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user