Engine
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
Methods
get_architecture_name ( ) const |
|
get_author_info ( ) const |
|
get_copyright_info ( ) const |
|
get_donor_info ( ) const |
|
get_frames_drawn ( ) |
|
get_frames_per_second ( ) const |
|
get_license_info ( ) const |
|
get_license_text ( ) const |
|
get_main_loop ( ) const |
|
get_physics_frames ( ) const |
|
get_physics_interpolation_fraction ( ) const |
|
get_process_frames ( ) const |
|
get_script_language ( int index ) const |
|
get_singleton ( StringName name ) const |
|
get_singleton_list ( ) const |
|
get_version_info ( ) const |
|
get_write_movie_path ( ) const |
|
has_singleton ( StringName name ) const |
|
is_editor_hint ( ) const |
|
is_in_physics_frame ( ) const |
|
register_script_language ( ScriptLanguage language ) |
|
void |
register_singleton ( StringName name, Object instance ) |
unregister_script_language ( ScriptLanguage language ) |
|
void |
unregister_singleton ( StringName name ) |
Property Descriptions
int max_fps = 0
There is currently no description for this property. Please help us by contributing one!
int max_physics_steps_per_frame = 8
There is currently no description for this property. Please help us by contributing one!
float physics_jitter_fix = 0.5
There is currently no description for this property. Please help us by contributing one!
int physics_ticks_per_second = 60
There is currently no description for this property. Please help us by contributing one!
bool print_error_messages = true
There is currently no description for this property. Please help us by contributing one!
float time_scale = 1.0
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
String get_architecture_name ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_author_info ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] get_copyright_info ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_donor_info ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_frames_drawn ( )
There is currently no description for this method. Please help us by contributing one!
float get_frames_per_second ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_license_info ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_license_text ( ) const
There is currently no description for this method. Please help us by contributing one!
MainLoop get_main_loop ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_physics_frames ( ) const
There is currently no description for this method. Please help us by contributing one!
float get_physics_interpolation_fraction ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_process_frames ( ) const
There is currently no description for this method. Please help us by contributing one!
ScriptLanguage get_script_language ( int index ) const
There is currently no description for this method. Please help us by contributing one!
int get_script_language_count ( )
There is currently no description for this method. Please help us by contributing one!
Object get_singleton ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_singleton_list ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_version_info ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_write_movie_path ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_singleton ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
bool is_editor_hint ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_in_physics_frame ( ) const
There is currently no description for this method. Please help us by contributing one!
Error register_script_language ( ScriptLanguage language )
There is currently no description for this method. Please help us by contributing one!
void register_singleton ( StringName name, Object instance )
There is currently no description for this method. Please help us by contributing one!
Error unregister_script_language ( ScriptLanguage language )
There is currently no description for this method. Please help us by contributing one!
void unregister_singleton ( StringName name )
There is currently no description for this method. Please help us by contributing one!