ClassLuaLogisticSections
Members
| add_section(group?) | → LuaLogisticSection? | Adds a new logistic section if possible. |
Adds a new logistic section if possible. | ||
| remove_section(section_index) | → boolean | Removes the given logistic section if possible. [...] |
Removes the given logistic section if possible. [...] | ||
| get_section(section_index) | → LuaLogisticSection? | Gets section on the selected index, if it exists. |
Gets section on the selected index, if it exists. | ||
| sections | :: R array[LuaLogisticSection] | All logistic sections of this entity. |
All logistic sections of this entity. | ||
| sections_count | :: R uint32 | Amount of logistic sections this entity has. |
Amount of logistic sections this entity has. | ||
| 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. [...] | ||
Methods
add_section(group?) → LuaLogisticSection?
Parameters
| group | :: string? | The group to assign this section to. |
The group to assign this section to. | ||
Return values
| → LuaLogisticSection? | Logistic section if added. |

