Types/CursorBoxType: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A string. Possible values are: {| class="wikitable" |- ! Flag !! meaning |- | entity || The normal entity selection box. Yellow by default. |- | electricity...") |
(Updated the colors. Changed the order to be the one in utility-sprites.lua) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! String !! Description | ||
|- | |- | ||
| entity || The normal entity selection box. Yellow by default. | | entity || The normal entity selection box. Yellow by default. | ||
|- | |||
| not-allowed || The selection box used when specifying colliding entities. Red by default. | |||
|- | |- | ||
| electricity || The selection box used to specify electric poles an entity is connected to. Light blue by default. | | electricity || The selection box used to specify electric poles an entity is connected to. Light blue by default. | ||
|- | |||
| pair || Light blue by default. | |||
|- | |- | ||
| copy || The selection box used when doing entity copy-paste. Green by default. | | copy || The selection box used when doing entity copy-paste. Green by default. | ||
|- | |- | ||
| | | train-visualization || White by default. | ||
|- | |- | ||
| | | logistics || Light blue by default. | ||
|- | |- | ||
| blueprint-snap-rectangle || | | blueprint-snap-rectangle || Green by default. | ||
|} | |} |
Latest revision as of 10:25, 27 April 2021
A string. Possible values are:
String | Description |
---|---|
entity | The normal entity selection box. Yellow by default. |
not-allowed | The selection box used when specifying colliding entities. Red by default. |
electricity | The selection box used to specify electric poles an entity is connected to. Light blue by default. |
pair | Light blue by default. |
copy | The selection box used when doing entity copy-paste. Green by default. |
train-visualization | White by default. |
logistics | Light blue by default. |
blueprint-snap-rectangle | Green by default. |