Class: RPG::AudioFile

Inherits:
Object
  • Object
show all
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).

Direct Known Subclasses

BGM, BGS, ME, SE

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/eidolon/rgssx/rpg/audio_file.rb', line 9

def name
  @name
end

#pitchObject

Returns the value of attribute pitch.



11
12
13
# File 'lib/eidolon/rgssx/rpg/audio_file.rb', line 11

def pitch
  @pitch
end

#volumeObject

Returns the value of attribute volume.



10
11
12
# File 'lib/eidolon/rgssx/rpg/audio_file.rb', line 10

def volume
  @volume
end