Class: RPG::System
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Defined Under Namespace
Classes: TestBattler, Words
Instance Attribute Summary collapse
-
#actor_collapse_se
Returns the value of attribute actor_collapse_se.
-
#battle_bgm
Returns the value of attribute battle_bgm.
-
#battle_end_me
Returns the value of attribute battle_end_me.
-
#battle_start_se
Returns the value of attribute battle_start_se.
-
#battle_transition
Returns the value of attribute battle_transition.
-
#battleback_name
Returns the value of attribute battleback_name.
-
#battler_hue
Returns the value of attribute battler_hue.
-
#battler_name
Returns the value of attribute battler_name.
-
#buzzer_se
Returns the value of attribute buzzer_se.
-
#cancel_se
Returns the value of attribute cancel_se.
-
#cursor_se
Returns the value of attribute cursor_se.
-
#decision_se
Returns the value of attribute decision_se.
-
#edit_map_id
Returns the value of attribute edit_map_id.
-
#elements
Returns the value of attribute elements.
-
#enemy_collapse_se
Returns the value of attribute enemy_collapse_se.
-
#equip_se
Returns the value of attribute equip_se.
-
#escape_se
Returns the value of attribute escape_se.
-
#gameover_me
Returns the value of attribute gameover_me.
-
#gameover_name
Returns the value of attribute gameover_name.
-
#load_se
Returns the value of attribute load_se.
-
#magic_number
Returns the value of attribute magic_number.
-
#party_members
Returns the value of attribute party_members.
-
#save_se
Returns the value of attribute save_se.
-
#shop_se
Returns the value of attribute shop_se.
-
#start_map_id
Returns the value of attribute start_map_id.
-
#start_x
Returns the value of attribute start_x.
-
#start_y
Returns the value of attribute start_y.
-
#switches
Returns the value of attribute switches.
-
#test_battlers
Returns the value of attribute test_battlers.
-
#test_troop_id
Returns the value of attribute test_troop_id.
-
#title_bgm
Returns the value of attribute title_bgm.
-
#title_name
Returns the value of attribute title_name.
-
#variables
Returns the value of attribute variables.
-
#windowskin_name
Returns the value of attribute windowskin_name.
-
#words
Returns the value of attribute words.
Instance Attribute Details
#actor_collapse_se
Returns the value of attribute actor_collapse_se.
602 603 604 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 602 def actor_collapse_se @actor_collapse_se end |
#battle_bgm
Returns the value of attribute battle_bgm.
589 590 591 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 589 def battle_bgm @battle_bgm end |
#battle_end_me
Returns the value of attribute battle_end_me.
590 591 592 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 590 def battle_end_me @battle_end_me end |
#battle_start_se
Returns the value of attribute battle_start_se.
600 601 602 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 600 def battle_start_se @battle_start_se end |
#battle_transition
Returns the value of attribute battle_transition.
587 588 589 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 587 def battle_transition @battle_transition end |
#battleback_name
Returns the value of attribute battleback_name.
610 611 612 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 610 def battleback_name @battleback_name end |
#battler_hue
Returns the value of attribute battler_hue.
612 613 614 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 612 def battler_hue @battler_hue end |
#battler_name
Returns the value of attribute battler_name.
611 612 613 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 611 def battler_name @battler_name end |
#buzzer_se
Returns the value of attribute buzzer_se.
595 596 597 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 595 def buzzer_se @buzzer_se end |
#cancel_se
Returns the value of attribute cancel_se.
594 595 596 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 594 def cancel_se @cancel_se end |
#cursor_se
Returns the value of attribute cursor_se.
592 593 594 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 592 def cursor_se @cursor_se end |
#decision_se
Returns the value of attribute decision_se.
593 594 595 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 593 def decision_se @decision_se end |
#edit_map_id
Returns the value of attribute edit_map_id.
613 614 615 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 613 def edit_map_id @edit_map_id end |
#elements
Returns the value of attribute elements.
581 582 583 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 581 def elements @elements end |
#enemy_collapse_se
Returns the value of attribute enemy_collapse_se.
603 604 605 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 603 def enemy_collapse_se @enemy_collapse_se end |
#equip_se
Returns the value of attribute equip_se.
596 597 598 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 596 def equip_se @equip_se end |
#escape_se
Returns the value of attribute escape_se.
601 602 603 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 601 def escape_se @escape_se end |
#gameover_me
Returns the value of attribute gameover_me.
591 592 593 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 591 def gameover_me @gameover_me end |
#gameover_name
Returns the value of attribute gameover_name.
586 587 588 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 586 def gameover_name @gameover_name end |
#load_se
Returns the value of attribute load_se.
599 600 601 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 599 def load_se @load_se end |
#magic_number
Returns the value of attribute magic_number.
579 580 581 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 579 def magic_number @magic_number end |
#party_members
Returns the value of attribute party_members.
580 581 582 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 580 def party_members @party_members end |
#save_se
Returns the value of attribute save_se.
598 599 600 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 598 def save_se @save_se end |
#shop_se
Returns the value of attribute shop_se.
597 598 599 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 597 def shop_se @shop_se end |
#start_map_id
Returns the value of attribute start_map_id.
607 608 609 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 607 def start_map_id @start_map_id end |
#start_x
Returns the value of attribute start_x.
608 609 610 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 608 def start_x @start_x end |
#start_y
Returns the value of attribute start_y.
609 610 611 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 609 def start_y @start_y end |
#switches
Returns the value of attribute switches.
582 583 584 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 582 def switches @switches end |
#test_battlers
Returns the value of attribute test_battlers.
605 606 607 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 605 def test_battlers @test_battlers end |
#test_troop_id
Returns the value of attribute test_troop_id.
606 607 608 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 606 def test_troop_id @test_troop_id end |
#title_bgm
Returns the value of attribute title_bgm.
588 589 590 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 588 def title_bgm @title_bgm end |
#title_name
Returns the value of attribute title_name.
585 586 587 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 585 def title_name @title_name end |
#variables
Returns the value of attribute variables.
583 584 585 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 583 def variables @variables end |
#windowskin_name
Returns the value of attribute windowskin_name.
584 585 586 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 584 def windowskin_name @windowskin_name end |
#words
Returns the value of attribute words.
604 605 606 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 604 def words @words end |