TextServerManager
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
add_interface ( TextServer interface ) |
find_interface ( String name ) const |
|
get_interface ( int idx ) const |
|
get_interface_count ( ) const |
|
get_interfaces ( ) const |
|
get_primary_interface ( ) const |
|
void |
remove_interface ( TextServer interface ) |
void |
set_primary_interface ( TextServer index ) |
Signals
interface_added ( StringName interface_name )
There is currently no description for this signal. Please help us by contributing one!
interface_removed ( StringName interface_name )
There is currently no description for this signal. Please help us by contributing one!
Method Descriptions
void add_interface ( TextServer interface )
There is currently no description for this method. Please help us by contributing one!
TextServer find_interface ( String name ) const
There is currently no description for this method. Please help us by contributing one!
TextServer get_interface ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_interface_count ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] get_interfaces ( ) const
There is currently no description for this method. Please help us by contributing one!
TextServer get_primary_interface ( ) const
There is currently no description for this method. Please help us by contributing one!
void remove_interface ( TextServer interface )
There is currently no description for this method. Please help us by contributing one!
void set_primary_interface ( TextServer index )
There is currently no description for this method. Please help us by contributing one!