Class: RPG::System::Vehicle
- Inherits:
-
Object
- Object
- RPG::System::Vehicle
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
交通工具的数据类
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 Attribute Details
#bgm ⇒ Object
Returns the value of attribute bgm.
525 526 527 |
# File 'lib/R3EXS/RGSS3.rb', line 525 def bgm @bgm end |
#character_index ⇒ Object
Returns the value of attribute character_index.
525 526 527 |
# File 'lib/R3EXS/RGSS3.rb', line 525 def character_index @character_index end |
#character_name ⇒ Object
Returns the value of attribute character_name.
525 526 527 |
# File 'lib/R3EXS/RGSS3.rb', line 525 def character_name @character_name end |
#start_map_id ⇒ Object
Returns the value of attribute start_map_id.
525 526 527 |
# File 'lib/R3EXS/RGSS3.rb', line 525 def start_map_id @start_map_id end |
#start_x ⇒ Object
Returns the value of attribute start_x.
525 526 527 |
# File 'lib/R3EXS/RGSS3.rb', line 525 def start_x @start_x end |
#start_y ⇒ Object
Returns the value of attribute start_y.
525 526 527 |
# File 'lib/R3EXS/RGSS3.rb', line 525 def start_y @start_y end |