Automatic bundle update

This commit is contained in:
Github Actions
2022-06-19 14:58:55 +00:00
parent 625f7e9936
commit 3137ec09e3
33 changed files with 462 additions and 0 deletions

View File

@@ -1744,6 +1744,20 @@ laccess.dead = Whether a unit/building is dead or no longer valid.
laccess.controlled = Returns:\n[accent]@ctrlProcessor[] if unit controller is processor\n[accent]@ctrlPlayer[] if unit/building controller is player\n[accent]@ctrlFormation[] if unit is in formation\nOtherwise, 0.
laccess.progress = Action progress, 0 to 1.\nReturns production, turret reload or construction progress.
lacess.speed = Top speed of a unit, in tiles/sec.
lcategory.unknown = Unknown
lcategory.unknown.description = Uncategorized instructions.
lcategory.io = Input & Output
lcategory.io.description = Modify contents of memory blocks and processor buffers.
lcategory.block = Block Control
lcategory.block.description = Interact with blocks.
lcategory.operation = Operations
lcategory.operation.description = Logical operations.
lcategory.control = Flow Control
lcategory.control.description = Manage execution order.
lcategory.unit = Unit Control
lcategory.unit.description = Give units commands.
lcategory.world = World
lcategory.world.description = Control how the world behaves.
graphicstype.clear = Fill the display with a color.
graphicstype.color = Set color for next drawing operations.
graphicstype.col = Equivalent to color, but packed.\nPacked colors are written as hex codes with a [accent]%[] prefix.\nExample: [accent]%ff0000[] would be red.