godot/modules/multiplayer
Juan Linietsky e6a4debede Change set_drag_forwarding() to use callables.
* This solution is much cleaner than the one in 3.x thanks to the use of callables.
* Works without issues in any language (no need to worry about camel or snake case).
* Editor code uses a compatibility function (too much work to redo).

Fixes #59899
2023-01-10 14:09:24 +01:00
..
doc_classes Use capitalized ID in the doc 2022-12-08 09:40:49 +08:00
editor Change set_drag_forwarding() to use callables. 2023-01-10 14:09:24 +01:00
config.py
multiplayer_debugger.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multiplayer_debugger.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multiplayer_spawner.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multiplayer_spawner.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multiplayer_synchronizer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multiplayer_synchronizer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_cache_interface.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_cache_interface.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_multiplayer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_multiplayer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_replication_config.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_replication_config.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_replication_interface.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_replication_interface.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_rpc_interface.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_rpc_interface.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00