Module: GTS
- Defined in:
- docs/4_Systems_901_GTS.rb
Overview
GTS Script
Defined Under Namespace
Modules: Core, Settings Classes: Button, LoadingScreen, Scene, SearchMethod, SummarySelect, SummaryWanted, Summary_Memo_GTS, WantedDataScene
Class Method Summary collapse
-
.finish_trade(my_pokemon, new_poke, searching, choice = nil, id = nil)
Finishes the GTS trade.
-
.finish_trade_from_searching(my_pokemon, new_poke, choice, id)
Finishes the GTS trade (delete pokemon from data & insert traded Pokemon in party).
-
.genders
List of the genders.
-
.loading_screen ⇒ LoadingScreen
Return the loading screen.
-
.open
Main Method.
-
.order_species(index)
Brings up all species of pokemon of the given index of the given sort mode.
-
.species_list_from_criteria ⇒ Array<Integer>
Return the specie list filtered with the criteria (seen, got, black_list).
Class Method Details
.finish_trade(my_pokemon, new_poke, searching, choice = nil, id = nil)
Finishes the GTS trade
34 35 |
# File 'docs/4_Systems_901_GTS.rb', line 34 def finish_trade(my_pokemon, new_poke, searching, choice = nil, id = nil) end |
.finish_trade_from_searching(my_pokemon, new_poke, choice, id)
Finishes the GTS trade (delete pokemon from data & insert traded Pokemon in party)
41 42 |
# File 'docs/4_Systems_901_GTS.rb', line 41 def finish_trade_from_searching(my_pokemon, new_poke, choice, id) end |
.genders
List of the genders
51 52 |
# File 'docs/4_Systems_901_GTS.rb', line 51 def genders end |
.loading_screen ⇒ LoadingScreen
Return the loading screen
26 27 |
# File 'docs/4_Systems_901_GTS.rb', line 26 def loading_screen end |
.open
Main Method
22 23 |
# File 'docs/4_Systems_901_GTS.rb', line 22 def open end |
.order_species(index)
Brings up all species of pokemon of the given index of the given sort mode
44 45 |
# File 'docs/4_Systems_901_GTS.rb', line 44 def order_species(index) end |
.species_list_from_criteria ⇒ Array<Integer>
Return the specie list filtered with the criteria (seen, got, black_list)
48 49 |
# File 'docs/4_Systems_901_GTS.rb', line 48 def species_list_from_criteria end |