Rosegold::DataComponents::Consumable::ConsumeSound
Inherits Struct / Value / Object
Constructors
new(sound_type : UInt32 = 1_u32, sound_id : Nil | String = nil, has_fixed_range : Bool = false, fixed_range : Float32 | Nil = nil)
Sourceread(io) : self
SourceInstance methods
fixed_range
Sourcefixed_range=(fixed_range : Float32 | Nil)
Sourcehas_fixed_range=(has_fixed_range : Bool)
Sourcehas_fixed_range?
Sourcesound_id
Sourcesound_id=(sound_id : String | Nil)
Sourcesound_type
Sourcesound_type=(sound_type : UInt32)
Sourcewrite(io) : Nil
Source