Class: RPG::AudioFile
- Inherits:
-
Object
- Object
- RPG::AudioFile
- Defined in:
- lib/eidolon/rgssx/rpg/audio_file.rb
Overview
RGSSx
This class is present and consistent across all RGSS versions.
AudioFile
Represents all audio files in RGSS; in RGSS2 and RGSS3, this provides the superclass for all audio types (BGM, BGS, ME, and SE).
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#pitch ⇒ Object
Returns the value of attribute pitch.
-
#volume ⇒ Object
Returns the value of attribute volume.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/eidolon/rgssx/rpg/audio_file.rb', line 9 def name @name end |
#pitch ⇒ Object
Returns the value of attribute pitch.
11 12 13 |
# File 'lib/eidolon/rgssx/rpg/audio_file.rb', line 11 def pitch @pitch end |
#volume ⇒ Object
Returns the value of attribute volume.
10 11 12 |
# File 'lib/eidolon/rgssx/rpg/audio_file.rb', line 10 def volume @volume end |