supertux
Public Member Functions | List of all members
scripting::Text Class Referencefinal
Inheritance diagram for scripting::Text:
scripting::GameObject<::TextObject >

Public Member Functions

void set_text (const std::string &text)
 
void set_font (const std::string &fontname)
 
void fade_in (float fadetime)
 
void fade_out (float fadetime)
 
void set_visible (bool visible)
 
void set_centered (bool centered)
 
void set_pos (float x, float y)
 
float get_pos_x () const
 
float get_pos_y () const
 
void set_anchor_point (int anchor)
 
int get_anchor_point () const
 
- Public Member Functions inherited from scripting::GameObject<::TextObject >
 GameObject (UID uid)
 
::TextObjectget_object_ptr () const
 

Additional Inherited Members

- Protected Attributes inherited from scripting::GameObject<::TextObject >
UID m_uid
 

The documentation for this class was generated from the following files: