Logic hints for draw operations
This commit is contained in:
@@ -1542,6 +1542,19 @@ lenum.shootp = Shoot at a unit/building with velocity prediction.
|
||||
lenum.configure = Building configuration, e.g. sorter item.
|
||||
lenum.enabled = Whether the block is enabled.
|
||||
|
||||
laccess.color = Illuminator color.
|
||||
|
||||
graphicstype.clear = Fill the display with a color.
|
||||
graphicstype.color = Set color for next drawing operation.
|
||||
graphicstype.stroke = Set line width.
|
||||
graphicstype.line = Draw line segment.
|
||||
graphicstype.rect = Fill a rectangle.
|
||||
graphicstype.linerect = Draw a rectangle outline.
|
||||
graphicstype.poly = Fill a regular polygon.
|
||||
graphicstype.linepoly = Draw a regular polygon outline.
|
||||
graphicstype.triangle = Fill a triangle.
|
||||
graphicstype.image = Draw an image of some content.\nex: [accent]@router[] or [accent]@dagger[].
|
||||
|
||||
lenum.always = Always true.
|
||||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
|
||||
Reference in New Issue
Block a user