Class: RPG::BGS
- Defined in:
- lib/eidolon/rgss2/rpg/bgs.rb,
lib/eidolon/rgss3/rpg/bgs.rb
Overview
RGSS3
This data structure is specific to RGSS3 (VX Ace).
BGS
The data class for background sounds.
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/bgs.rb', line 10 def pos @pos end |