Part Container Function - Fexcraft/FVTM GitHub Wiki
# Function Overview
Name: Container Function
Function: allows the part to give "container slots" to the vehicle, as result making it able to carry containers
From FVTM: yes
The Container Function allows the part to include one more ContainerSlot into a Vehicle.
Example config:
"Function": {
"id": "fvtm:container",
"x": 26, "y": 0, "z": 12,
"length": 12
}
Here an overview of the available fields:
id
- the id of the function, it isfvtm:container
type
- optional, ContainerType if specified this slot will be locked
to only accept containers of this typex
,y
,z
- slot center positionlength
- "length" of the slot, e.g. 12 long slot can fit 2MEDIUM
(6) containers
6 long slot can fit 3TINY
(2) containers but not aLARGE
(12) onerot
- optional, the container's rotation in degrees, default0
obsolete, id is automatically the part categoryname
- unique id/name for the slotrot_point
- optional, id of the SwivelPoint to assign this container slot to, default:vehicle