is_in_logistic_range(position) | → boolean | Is a given position within the logistic range of this cell? |
Is a given position within the logistic range of this cell? | ||
is_in_construction_range(position) | → boolean | Is a given position within the construction range of this cell? |
Is a given position within the construction range of this cell? | ||
is_neighbour_with(other) | → boolean | Are two cells neighbours? |
Are two cells neighbours? | ||
logistic_radius | :: R float | Logistic radius of this cell. |
Logistic radius of this cell. | ||
logistics_connection_distance | :: R float | Logistic connection distance of this cell. |
Logistic connection distance of this cell. | ||
construction_radius | :: R float | Construction radius of this cell. |
Construction radius of this cell. | ||
stationed_logistic_robot_count | :: R uint | Number of stationed logistic robots in this cell. |
Number of stationed logistic robots in this cell. | ||
stationed_construction_robot_count | :: R uint | Number of stationed construction robots in this cell. |
Number of stationed construction robots in this cell. | ||
mobile | :: R boolean |
|
| ||
transmitting | :: R boolean |
|
| ||
charge_approach_distance | :: R float | Radius at which the robots hover when waiting to be charged. |
Radius at which the robots hover when waiting to be charged. | ||
charging_robot_count | :: R uint | Number of robots currently charging. |
Number of robots currently charging. | ||
to_charge_robot_count | :: R uint | Number of robots waiting to charge. |
Number of robots waiting to charge. | ||
owner | :: R LuaEntity | This cell's owner. |
This cell's owner. | ||
logistic_network | :: R LuaLogisticNetwork? | The network that owns this cell, if any. |
The network that owns this cell, if any. | ||
neighbours | :: R array[LuaLogisticCell] | Neighbouring cells. |
Neighbouring cells. | ||
charging_robots | :: R array[LuaEntity] | Robots currently being charged. |
Robots currently being charged. | ||
to_charge_robots | :: R array[LuaEntity] | Robots waiting to charge. |
Robots waiting to charge. | ||
valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] |