Class: RPG::System

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

Overview

系统的数据类

Defined Under Namespace

Classes: Terms, TestBattler, Vehicle

Instance Attribute Summary collapse

Instance Attribute Details

#airshipObject

Returns the value of attribute airship.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def airship
  @airship
end

#armor_typesObject

Returns the value of attribute armor_types.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def armor_types
  @armor_types
end

#battle_bgmObject

Returns the value of attribute battle_bgm.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def battle_bgm
  @battle_bgm
end

#battle_end_meObject

Returns the value of attribute battle_end_me.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def battle_end_me
  @battle_end_me
end

#battleback1_nameObject

Returns the value of attribute battleback1_name.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def battleback1_name
  @battleback1_name
end

#battleback2_nameObject

Returns the value of attribute battleback2_name.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def battleback2_name
  @battleback2_name
end

#battler_hueObject

Returns the value of attribute battler_hue.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def battler_hue
  @battler_hue
end

#battler_nameObject

Returns the value of attribute battler_name.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def battler_name
  @battler_name
end

#boatObject

Returns the value of attribute boat.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def boat
  @boat
end

#currency_unitObject

Returns the value of attribute currency_unit.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def currency_unit
  @currency_unit
end

#edit_map_idObject

Returns the value of attribute edit_map_id.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def edit_map_id
  @edit_map_id
end

#elementsObject

Returns the value of attribute elements.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def elements
  @elements
end

#game_titleObject

Returns the value of attribute game_title.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def game_title
  @game_title
end

#gameover_meObject

Returns the value of attribute gameover_me.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def gameover_me
  @gameover_me
end

#japaneseObject

Returns the value of attribute japanese.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def japanese
  @japanese
end

#opt_display_tpObject

Returns the value of attribute opt_display_tp.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def opt_display_tp
  @opt_display_tp
end

#opt_draw_titleObject

Returns the value of attribute opt_draw_title.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def opt_draw_title
  @opt_draw_title
end

#opt_extra_expObject

Returns the value of attribute opt_extra_exp.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def opt_extra_exp
  @opt_extra_exp
end

#opt_floor_deathObject

Returns the value of attribute opt_floor_death.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def opt_floor_death
  @opt_floor_death
end

#opt_followersObject

Returns the value of attribute opt_followers.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def opt_followers
  @opt_followers
end

#opt_slip_deathObject

Returns the value of attribute opt_slip_death.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def opt_slip_death
  @opt_slip_death
end

#opt_transparentObject

Returns the value of attribute opt_transparent.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def opt_transparent
  @opt_transparent
end

#opt_use_midiObject

Returns the value of attribute opt_use_midi.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def opt_use_midi
  @opt_use_midi
end

#party_membersObject

Returns the value of attribute party_members.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def party_members
  @party_members
end

#shipObject

Returns the value of attribute ship.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def ship
  @ship
end

#skill_typesObject

Returns the value of attribute skill_types.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def skill_types
  @skill_types
end

#soundsObject

Returns the value of attribute sounds.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def sounds
  @sounds
end

#start_map_idObject

Returns the value of attribute start_map_id.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def start_map_id
  @start_map_id
end

#start_xObject

Returns the value of attribute start_x.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def start_x
  @start_x
end

#start_yObject

Returns the value of attribute start_y.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def start_y
  @start_y
end

#switchesObject

Returns the value of attribute switches.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def switches
  @switches
end

#termsObject

Returns the value of attribute terms.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def terms
  @terms
end

#test_battlersObject

Returns the value of attribute test_battlers.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def test_battlers
  @test_battlers
end

#test_troop_idObject

Returns the value of attribute test_troop_id.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def test_troop_id
  @test_troop_id
end

#title1_nameObject

Returns the value of attribute title1_name.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def title1_name
  @title1_name
end

#title2_nameObject

Returns the value of attribute title2_name.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def title2_name
  @title2_name
end

#title_bgmObject

Returns the value of attribute title_bgm.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def title_bgm
  @title_bgm
end

#variablesObject

Returns the value of attribute variables.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def variables
  @variables
end

#version_idObject

Returns the value of attribute version_id.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def version_id
  @version_id
end

#weapon_typesObject

Returns the value of attribute weapon_types.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def weapon_types
  @weapon_types
end

#window_toneObject

Returns the value of attribute window_tone.



481
482
483
# File 'lib/R3EXS/RGSS3.rb', line 481

def window_tone
  @window_tone
end