client
log(client.getVersion())
events.TICK:register(function()
log(client.getUsedMemory())
end)
-- returns memory in bytes
log(client.getGuiScale())
client.getAtlas(path)
Method Property | Fluent Description | Representation |
---|---|---|
path accepts | a String | |
Return Value | a TextureAtlas |