Class: RPG::BGM
- Defined in:
- lib/eidolon/rgss2/rpg/bgm.rb,
lib/eidolon/rgss3/rpg/bgm.rb
Overview
RGSS3
This data structure is specific to RGSS3 (VX Ace).
BGM
The data class for background music.
Instance Attribute Summary collapse
-
#pos ⇒ Object
Returns the value of attribute pos.
Attributes inherited from AudioFile
Instance Attribute Details
#pos ⇒ Object
Returns the value of attribute pos.
10 11 12 |
# File 'lib/eidolon/rgss3/rpg/bgm.rb', line 10 def pos @pos end |