Class: RPG::System

Inherits:
Object show all
Defined in:
docs/0_Dependencies.rb

Defined Under Namespace

Classes: TestBattler, Words

Instance Attribute Summary collapse

Instance Attribute Details

#actor_collapse_se

Returns the value of attribute actor_collapse_se.



2438
2439
2440
# File 'docs/0_Dependencies.rb', line 2438

def actor_collapse_se
  @actor_collapse_se
end

#battle_bgm

Returns the value of attribute battle_bgm.



2425
2426
2427
# File 'docs/0_Dependencies.rb', line 2425

def battle_bgm
  @battle_bgm
end

#battle_end_me

Returns the value of attribute battle_end_me.



2426
2427
2428
# File 'docs/0_Dependencies.rb', line 2426

def battle_end_me
  @battle_end_me
end

#battle_start_se

Returns the value of attribute battle_start_se.



2436
2437
2438
# File 'docs/0_Dependencies.rb', line 2436

def battle_start_se
  @battle_start_se
end

#battle_transition

Returns the value of attribute battle_transition.



2423
2424
2425
# File 'docs/0_Dependencies.rb', line 2423

def battle_transition
  @battle_transition
end

#battleback_name

Returns the value of attribute battleback_name.



2446
2447
2448
# File 'docs/0_Dependencies.rb', line 2446

def battleback_name
  @battleback_name
end

#battler_hue

Returns the value of attribute battler_hue.



2448
2449
2450
# File 'docs/0_Dependencies.rb', line 2448

def battler_hue
  @battler_hue
end

#battler_name

Returns the value of attribute battler_name.



2447
2448
2449
# File 'docs/0_Dependencies.rb', line 2447

def battler_name
  @battler_name
end

#buzzer_se

Returns the value of attribute buzzer_se.



2431
2432
2433
# File 'docs/0_Dependencies.rb', line 2431

def buzzer_se
  @buzzer_se
end

#cancel_se

Returns the value of attribute cancel_se.



2430
2431
2432
# File 'docs/0_Dependencies.rb', line 2430

def cancel_se
  @cancel_se
end

#cursor_se

Returns the value of attribute cursor_se.



2428
2429
2430
# File 'docs/0_Dependencies.rb', line 2428

def cursor_se
  @cursor_se
end

#decision_se

Returns the value of attribute decision_se.



2429
2430
2431
# File 'docs/0_Dependencies.rb', line 2429

def decision_se
  @decision_se
end

#edit_map_id

Returns the value of attribute edit_map_id.



2449
2450
2451
# File 'docs/0_Dependencies.rb', line 2449

def edit_map_id
  @edit_map_id
end

#elements

Returns the value of attribute elements.



2417
2418
2419
# File 'docs/0_Dependencies.rb', line 2417

def elements
  @elements
end

#enemy_collapse_se

Returns the value of attribute enemy_collapse_se.



2439
2440
2441
# File 'docs/0_Dependencies.rb', line 2439

def enemy_collapse_se
  @enemy_collapse_se
end

#equip_se

Returns the value of attribute equip_se.



2432
2433
2434
# File 'docs/0_Dependencies.rb', line 2432

def equip_se
  @equip_se
end

#escape_se

Returns the value of attribute escape_se.



2437
2438
2439
# File 'docs/0_Dependencies.rb', line 2437

def escape_se
  @escape_se
end

#gameover_me

Returns the value of attribute gameover_me.



2427
2428
2429
# File 'docs/0_Dependencies.rb', line 2427

def gameover_me
  @gameover_me
end

#gameover_name

Returns the value of attribute gameover_name.



2422
2423
2424
# File 'docs/0_Dependencies.rb', line 2422

def gameover_name
  @gameover_name
end

#load_se

Returns the value of attribute load_se.



2435
2436
2437
# File 'docs/0_Dependencies.rb', line 2435

def load_se
  @load_se
end

#magic_number

Returns the value of attribute magic_number.



2415
2416
2417
# File 'docs/0_Dependencies.rb', line 2415

def magic_number
  @magic_number
end

#party_members

Returns the value of attribute party_members.



2416
2417
2418
# File 'docs/0_Dependencies.rb', line 2416

def party_members
  @party_members
end

#save_se

Returns the value of attribute save_se.



2434
2435
2436
# File 'docs/0_Dependencies.rb', line 2434

def save_se
  @save_se
end

#shop_se

Returns the value of attribute shop_se.



2433
2434
2435
# File 'docs/0_Dependencies.rb', line 2433

def shop_se
  @shop_se
end

#start_map_id

Returns the value of attribute start_map_id.



2443
2444
2445
# File 'docs/0_Dependencies.rb', line 2443

def start_map_id
  @start_map_id
end

#start_x

Returns the value of attribute start_x.



2444
2445
2446
# File 'docs/0_Dependencies.rb', line 2444

def start_x
  @start_x
end

#start_y

Returns the value of attribute start_y.



2445
2446
2447
# File 'docs/0_Dependencies.rb', line 2445

def start_y
  @start_y
end

#switches

Returns the value of attribute switches.



2418
2419
2420
# File 'docs/0_Dependencies.rb', line 2418

def switches
  @switches
end

#test_battlers

Returns the value of attribute test_battlers.



2441
2442
2443
# File 'docs/0_Dependencies.rb', line 2441

def test_battlers
  @test_battlers
end

#test_troop_id

Returns the value of attribute test_troop_id.



2442
2443
2444
# File 'docs/0_Dependencies.rb', line 2442

def test_troop_id
  @test_troop_id
end

#title_bgm

Returns the value of attribute title_bgm.



2424
2425
2426
# File 'docs/0_Dependencies.rb', line 2424

def title_bgm
  @title_bgm
end

#title_name

Returns the value of attribute title_name.



2421
2422
2423
# File 'docs/0_Dependencies.rb', line 2421

def title_name
  @title_name
end

#variables

Returns the value of attribute variables.



2419
2420
2421
# File 'docs/0_Dependencies.rb', line 2419

def variables
  @variables
end

#windowskin_name

Returns the value of attribute windowskin_name.



2420
2421
2422
# File 'docs/0_Dependencies.rb', line 2420

def windowskin_name
  @windowskin_name
end

#words

Returns the value of attribute words.



2440
2441
2442
# File 'docs/0_Dependencies.rb', line 2440

def words
  @words
end