Skip to content
KospY edited this page Mar 6, 2015 · 9 revisions

ModuleKISInventory

This module add an inventory to the part.

Sample module configuration with the default values :

MODULE
{
	name = ModuleKISInventory
	maxVolume = 1
	externalAccess = true
	internalAccess = true
	slotsX = 6
	slotsY = 4
	slotSize = 50
	itemIconResolution = 128
	selfIconResolution = 128
	openSndPath = KIS/Sounds/containerOpen
	closeSndPath = KIS/Sounds/containerClose
	defaultMoveSndPath = KIS/Sounds/itemMove
}```

- `maxVolume`: 
- `externalAccess`: 
- `internalAccess`: 
- `slotsX`: 
- `slotsY`: 
- `slotSize`: 
- `itemIconResolution`: 
- `selfIconResolution`:
- `openSndPath`:
- `closeSndPath`:
- `defaultMoveSndPath`:

Clone this wiki locally