1 string labelThe label to display above the prop select.
2 string convarThe convar to set the selected model to.
3 table modelsA table of models to display for selection. Supports 2 formats:
- Key is the model and value are the convars to set when that model is selected in format
convar=value
- An table of tables where each table must have the following keys:
- string model - The model.
- number skin - Model's skin. Defaults to 0
- string tooltip - Displayed when user hovers over the model. Defaults to the model path.
- The key of the table is the value of the convar.
4 number height = 2The height of the prop select panel, in 64px icon increments.