godot/scene/main
Juan Linietsky f3f4a11cfb - _ready() callback only happens once now, if you want to receive it again, use request_ready()
- C++ Nodes mostly do an internal process callback, so it does not conflict with users willing to use their own process callbacks
- callbacks such as _input, _process, _fixed_process _unhandled_input, _unhandled_key_input do not requiere calling a function to enable them. They are enabled automatically if found on the script.
2017-01-10 18:04:33 -03:00
..
canvas_layer.cpp ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
canvas_layer.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
http_request.cpp - _ready() callback only happens once now, if you want to receive it again, use request_ready() 2017-01-10 18:04:33 -03:00
http_request.h Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 2017-01-07 18:26:38 -03:00
instance_placeholder.cpp ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
instance_placeholder.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
node.cpp - _ready() callback only happens once now, if you want to receive it again, use request_ready() 2017-01-10 18:04:33 -03:00
node.h - _ready() callback only happens once now, if you want to receive it again, use request_ready() 2017-01-10 18:04:33 -03:00
resource_preloader.cpp Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 2017-01-07 18:26:38 -03:00
resource_preloader.h Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 2017-01-07 18:26:38 -03:00
scene_main_loop.cpp - _ready() callback only happens once now, if you want to receive it again, use request_ready() 2017-01-10 18:04:33 -03:00
scene_main_loop.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
timer.cpp - _ready() callback only happens once now, if you want to receive it again, use request_ready() 2017-01-10 18:04:33 -03:00
timer.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
viewport.cpp - _ready() callback only happens once now, if you want to receive it again, use request_ready() 2017-01-10 18:04:33 -03:00
viewport.h - _ready() callback only happens once now, if you want to receive it again, use request_ready() 2017-01-10 18:04:33 -03:00