Class: RPG::BGS

Inherits:
AudioFile show all
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

Attributes inherited from AudioFile

#name, #pitch, #volume

Instance Attribute Details

#posObject

Returns the value of attribute pos.



10
11
12
# File 'lib/eidolon/rgss3/rpg/bgs.rb', line 10

def pos
  @pos
end