Class: RPG::System::Vehicle
- Inherits:
-
Object
- Object
- RPG::System::Vehicle
- Defined in:
- lib/rgss3/rpg.rb
Instance Attribute Summary collapse
-
#bgm ⇒ Object
Returns the value of attribute bgm.
-
#character_index ⇒ Object
Returns the value of attribute character_index.
-
#character_name ⇒ Object
Returns the value of attribute character_name.
-
#start_map_id ⇒ Object
Returns the value of attribute start_map_id.
-
#start_x ⇒ Object
Returns the value of attribute start_x.
-
#start_y ⇒ Object
Returns the value of attribute start_y.
Instance Method Summary collapse
-
#initialize ⇒ Vehicle
constructor
A new instance of Vehicle.
Constructor Details
Instance Attribute Details
#bgm ⇒ Object
Returns the value of attribute bgm.
968 969 970 |
# File 'lib/rgss3/rpg.rb', line 968 def bgm @bgm end |
#character_index ⇒ Object
Returns the value of attribute character_index.
967 968 969 |
# File 'lib/rgss3/rpg.rb', line 967 def character_index @character_index end |
#character_name ⇒ Object
Returns the value of attribute character_name.
966 967 968 |
# File 'lib/rgss3/rpg.rb', line 966 def character_name @character_name end |
#start_map_id ⇒ Object
Returns the value of attribute start_map_id.
969 970 971 |
# File 'lib/rgss3/rpg.rb', line 969 def start_map_id @start_map_id end |
#start_x ⇒ Object
Returns the value of attribute start_x.
970 971 972 |
# File 'lib/rgss3/rpg.rb', line 970 def start_x @start_x end |
#start_y ⇒ Object
Returns the value of attribute start_y.
971 972 973 |
# File 'lib/rgss3/rpg.rb', line 971 def start_y @start_y end |