Engine

Inherits: Object

There is currently no description for this class. Please help us by contributing one!

Properties

int

max_fps

0

int

max_physics_steps_per_frame

8

float

physics_jitter_fix

0.5

int

physics_ticks_per_second

60

bool

print_error_messages

true

float

time_scale

1.0

Methods

String

get_architecture_name ( ) const

Dictionary

get_author_info ( ) const

Dictionary[]

get_copyright_info ( ) const

Dictionary

get_donor_info ( ) const

int

get_frames_drawn ( )

float

get_frames_per_second ( ) const

Dictionary

get_license_info ( ) const

String

get_license_text ( ) const

MainLoop

get_main_loop ( ) const

int

get_physics_frames ( ) const

float

get_physics_interpolation_fraction ( ) const

int

get_process_frames ( ) const

ScriptLanguage

get_script_language ( int index ) const

int

get_script_language_count ( )

Object

get_singleton ( StringName name ) const

PackedStringArray

get_singleton_list ( ) const

Dictionary

get_version_info ( ) const

String

get_write_movie_path ( ) const

bool

has_singleton ( StringName name ) const

bool

is_editor_hint ( ) const

bool

is_in_physics_frame ( ) const

Error

register_script_language ( ScriptLanguage language )

void

register_singleton ( StringName name, Object instance )

Error

unregister_script_language ( ScriptLanguage language )

void

unregister_singleton ( StringName name )


Property Descriptions

int max_fps = 0

  • void set_max_fps ( int value )

  • int get_max_fps ( )

There is currently no description for this property. Please help us by contributing one!


int max_physics_steps_per_frame = 8

  • void set_max_physics_steps_per_frame ( int value )

  • int get_max_physics_steps_per_frame ( )

There is currently no description for this property. Please help us by contributing one!


float physics_jitter_fix = 0.5

  • void set_physics_jitter_fix ( float value )

  • float get_physics_jitter_fix ( )

There is currently no description for this property. Please help us by contributing one!


int physics_ticks_per_second = 60

  • void set_physics_ticks_per_second ( int value )

  • int get_physics_ticks_per_second ( )

There is currently no description for this property. Please help us by contributing one!


bool print_error_messages = true

  • void set_print_error_messages ( bool value )

  • bool is_printing_error_messages ( )

There is currently no description for this property. Please help us by contributing one!


float time_scale = 1.0

  • void set_time_scale ( float value )

  • float get_time_scale ( )

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!


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!