Class: GTS::Summary_Memo_GTS

Inherits:
UI::Summary_Memo show all
Defined in:
scripts/01450 Systems/09000 GTS/09000 GTS.rb

Overview

Child of the Memo that doesn't write the text_info itself

Constant Summary

Constants inherited from UI::SpriteStack

UI::SpriteStack::NO_INITIAL_IMAGE

Instance Attribute Summary collapse

Attributes inherited from UI::SpriteStack

#animated, #data, #moving, #stack, #viewport, #x, #y

Instance Method Summary collapse

Methods inherited from UI::Summary_Memo

#data=, #init_memo, #initialize, #load_egg_text_info, #no_egg, #visible=

Methods inherited from UI::SpriteStack

#[], #add_background, #add_line, #add_text, #anime, #anime_delta_set, #dispose, #each, #execute_anime, #initialize, #move, #move_to, #opacity, #opacity=, #push, #push_sprite, #set_origin, #set_position, #simple_mouse_in?, #size, #stop_animation, #translate_mouse_coords, #update, #update_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=

Constructor Details

This class inherits a constructor from UI::Summary_Memo

Instance Attribute Details

#text_info (readonly)

Returns the value of attribute text_info.



755
756
757
# File 'scripts/01450 Systems/09000 GTS/09000 GTS.rb', line 755

def text_info
  @text_info
end

Instance Method Details

#load_text_info(pokemon)



756
# File 'scripts/01450 Systems/09000 GTS/09000 GTS.rb', line 756

def load_text_info(pokemon) end