Prototype/ItemWithEntityData: Difference between revisions
Jump to navigation
Jump to search
Set no properties on toc |
1.1 |
||
| Line 2: | Line 2: | ||
ItemWithEntityData saves data associated with the entity that it represents, for example the content of the equipment grid of a car. | ItemWithEntityData saves data associated with the entity that it represents, for example the content of the equipment grid of a car. | ||
{{Prototype TOC|item-with-entity-data| | {{Prototype TOC|item-with-entity-data}} | ||
== Optional properties == | |||
{{Prototype property|icon_tintables, icon_tintable, icon_size (IconSpecification)|[[Types/IconSpecification|IconSpecification]]|optional=true}} | |||
A tintable icon sprite. Uses <code>icon_tintables</code> instead of <code>icons</code> and <code>icon_tintable</code> instead of <code>icon</code>. Inside <code>icon_tintables</code>, the property for the file path is <code>icon_tintable</code> instead of <code>icon</code>. | |||
{{Prototype property|icon_tintable_masks, icon_tintable_mask, icon_size (IconSpecification)|[[Types/IconSpecification|IconSpecification]]|optional=true}} | |||
A tintable icon mask. Uses <code>icon_tintable_masks</code> instead of <code>icons</code> and <code>icon_tintable_mask</code> instead of <code>icon</code>. Inside <code>icon_tintable_masks</code>, the property for the file path is <code>icon_tintable_mask</code> instead of <code>icon</code>. | |||
Revision as of 19:34, 2 December 2020
Template:Prototype parent ItemWithEntityData saves data associated with the entity that it represents, for example the content of the equipment grid of a car.
Optional properties
Template:Prototype property
A tintable icon sprite. Uses icon_tintables instead of icons and icon_tintable instead of icon. Inside icon_tintables, the property for the file path is icon_tintable instead of icon.
Template:Prototype property
A tintable icon mask. Uses icon_tintable_masks instead of icons and icon_tintable_mask instead of icon. Inside icon_tintable_masks, the property for the file path is icon_tintable_mask instead of icon.