getProperty() and setProperty() #80

Merged
thesabinelim merged 22 commits from get-set-property into master 2023-05-16 01:24:16 +08:00
Showing only changes of commit 8e7adbc60d - Show all commits

View File

@@ -386,7 +386,7 @@ return function(name, basalt)
for objectName, _ in pairs(basalt.getObjects()) do
container["add" .. objectName] = function(self, id)
return addObject(self, basalt.createObject(objectName, id, basalt))
return addObject(self, basalt:createObject(objectName, id))
end
end