Class: RPG::System::Vehicle
- Inherits:
-
Object
- Object
- RPG::System::Vehicle
- Defined in:
- lib/R3EXS/RGSS3.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.
1313 1314 1315 |
# File 'lib/R3EXS/RGSS3.rb', line 1313 def bgm @bgm end |
#character_index ⇒ Object
Returns the value of attribute character_index.
1312 1313 1314 |
# File 'lib/R3EXS/RGSS3.rb', line 1312 def character_index @character_index end |
#character_name ⇒ Object
Returns the value of attribute character_name.
1311 1312 1313 |
# File 'lib/R3EXS/RGSS3.rb', line 1311 def character_name @character_name end |
#start_map_id ⇒ Object
Returns the value of attribute start_map_id.
1314 1315 1316 |
# File 'lib/R3EXS/RGSS3.rb', line 1314 def start_map_id @start_map_id end |
#start_x ⇒ Object
Returns the value of attribute start_x.
1315 1316 1317 |
# File 'lib/R3EXS/RGSS3.rb', line 1315 def start_x @start_x end |
#start_y ⇒ Object
Returns the value of attribute start_y.
1316 1317 1318 |
# File 'lib/R3EXS/RGSS3.rb', line 1316 def start_y @start_y end |