struct
Rosegold::DataComponents::AttributeModifiers::AttributeModifier
- Rosegold::DataComponents::AttributeModifiers::AttributeModifier
- Struct
- Value
- Object
Defined in:
rosegold/inventory/slot.crConstructors
Instance Method Summary
- #attribute_id : UInt32
- #attribute_id=(attribute_id : UInt32)
- #modifier_id : String
- #modifier_id=(modifier_id : String)
- #operation : UInt32
- #operation=(operation : UInt32)
- #slot : UInt32
- #slot=(slot : UInt32)
- #value : Float64
- #value=(value : Float64)
Constructor Detail
def self.new(attribute_id : UInt32, modifier_id : String, value : Float64, operation : UInt32, slot : UInt32)
#