Adds LAccess.bufferUsage, fixes wrong property names for displayWidth and displayHeight (#10679)
* Adds LAccess.bufferUsage - sensable property returning number of unprocessed commands in the graphics buffer of a display. Fixes wrong property keys (lacess.* -> laccess.*) of the recently added displayWidth and displayHeight properties. * Revert unnecessary bundle updates
This commit is contained in:
@@ -2507,8 +2507,9 @@ laccess.progress = Průběh akce, 0 do 1.\nVrací průběh výroby, přebití v
|
||||
laccess.speed = Top speed of a unit, in tiles/sec.
|
||||
laccess.size = Size of a unit/building or the length of a string.
|
||||
laccess.id = ID of a unit/block/item/liquid.\nThis is the inverse of the lookup operation.
|
||||
lacess.displaywidth = Width of a display block in pixels.
|
||||
lacess.displayheight = Height of a display block in pixels.
|
||||
laccess.displaywidth = Šířka displeje v pixelech.
|
||||
laccess.displayheight = Výška displeje v pixelech.
|
||||
laccess.bufferusage = Počet nezpracovaných příkazů ve vyrovnávací paměti displeje.
|
||||
lcategory.unknown = Neznámé
|
||||
lcategory.unknown.description = Nezařazené instrukce.
|
||||
lcategory.io = Vstup a Výstup
|
||||
|
||||
Reference in New Issue
Block a user