Class: RPG::System::Vehicle
- Inherits:
-
Object
- Object
- RPG::System::Vehicle
- Extended by:
- RgssDb::JsonableConstructor
- Includes:
- RgssDb::Jsonable
- Defined in:
- lib/rgss_db/model/rpg_maker_data/vx/rpg/system_vehicle.rb,
lib/rgss_db/model/rpg_maker_data/vx_ace/rpg/system_vehicle.rb
Overview
The data class for vehicles.
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.
Methods included from RgssDb::JsonableConstructor
Methods included from RgssDb::Jsonable
Constructor Details
Instance Attribute Details
#bgm ⇒ Object
Returns the value of attribute bgm.
21 22 23 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_vehicle.rb', line 21 def bgm @bgm end |
#character_index ⇒ Object
Returns the value of attribute character_index.
21 22 23 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_vehicle.rb', line 21 def character_index @character_index end |
#character_name ⇒ Object
Returns the value of attribute character_name.
21 22 23 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_vehicle.rb', line 21 def character_name @character_name end |
#start_map_id ⇒ Object
Returns the value of attribute start_map_id.
21 22 23 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_vehicle.rb', line 21 def start_map_id @start_map_id end |
#start_x ⇒ Object
Returns the value of attribute start_x.
21 22 23 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_vehicle.rb', line 21 def start_x @start_x end |
#start_y ⇒ Object
Returns the value of attribute start_y.
21 22 23 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_vehicle.rb', line 21 def start_y @start_y end |