Settings for vehicle mod boxes, used with vehicle_mod_box_spawner_device.
Verse using statement |
using { /Fortnite.com/Devices } |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
PaintColor |
??color |
A custom paint color on the mod box.
|
Icon |
??texture |
A custom icon on the mod box. Attempting to return this value will fail unless it's your own texture.
|
IconColor |
??color |
The custom color of the icon on the mod box. This value has no effect if this entry's icon is not set.
|
IconScale |
?float |
The scale multiplier of the icon on the mod box, clamped between
|
Functions
Function Name | Description |
---|---|
ApplyDefaultVisuals |
Reset visual settings and make the associated mod box use its default non-customized visuals.
|