createLogisticGroup

open fun createLogisticGroup(groupName: String, group: LogisticGroup)(source)
open fun createLogisticGroup(groupName: String, slotType: LogisticGroupType, vararg slots: LogisticSlot)(source)
open fun createLogisticGroup(groupName: String, slotType: LogisticGroupType, slots: List<LogisticSlot>)(source)
open fun createLogisticGroup(groupName: String, slotType: LogisticGroupType, inventory: VirtualInventory)(source)