struct
Rosegold::DataComponents::Trim::TrimPattern::InlineTrimPattern
- Rosegold::DataComponents::Trim::TrimPattern::InlineTrimPattern
- Struct
- Value
- Object
Overview
Inline trim pattern structure
Defined in:
rosegold/inventory/slot.crConstructors
- .new(asset_name : String, template_item : UInt32, description : String, decal : Bool)
- .read(io) : self
Instance Method Summary
- #asset_name : String
- #asset_name=(asset_name : String)
- #decal : Bool
- #decal=(decal : Bool)
- #description : String
- #description=(description : String)
- #template_item : UInt32
- #template_item=(template_item : UInt32)
- #write(io) : Nil
Constructor Detail
def self.new(asset_name : String, template_item : UInt32, description : String, decal : Bool)
#