Types/CursorBoxType: Difference between revisions
Jump to navigation
Jump to search
m (word) |
(Updated the colors. Changed the order to be the one in utility-sprites.lua) |
||
Line 6: | Line 6: | ||
|- | |- | ||
| 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. |