Class: RPG::System::Vehicle

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

交通工具的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#bgmObject

Returns the value of attribute bgm.



525
526
527
# File 'lib/R3EXS/RGSS3.rb', line 525

def bgm
  @bgm
end

#character_indexObject

Returns the value of attribute character_index.



525
526
527
# File 'lib/R3EXS/RGSS3.rb', line 525

def character_index
  @character_index
end

#character_nameObject

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_idObject

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_xObject

Returns the value of attribute start_x.



525
526
527
# File 'lib/R3EXS/RGSS3.rb', line 525

def start_x
  @start_x
end

#start_yObject

Returns the value of attribute start_y.



525
526
527
# File 'lib/R3EXS/RGSS3.rb', line 525

def start_y
  @start_y
end