virtualx-engine/core
Juan Linietsky d762a0395a Allow binding Callable arguments from an array
Restores 3.x functionality that was removed in the Signal/Callable refactor of 4.0.

Fixes #64668.
Implements https://github.com/godotengine/godot-proposals/issues/6034

Usage:

```GDScript

callable.bindv([arg1,arg2,arg3])

```
2023-01-06 22:37:25 +01:00
..
config One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
crypto One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
debugger One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
error One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
extension One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
input One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
io One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
math Merge pull request #70547 from TokageItLab/pingpong-wrap 2023-01-06 00:10:18 +01:00
object Merge pull request #64253 from heppocogne/Fix-native-enum-release-1 2023-01-06 00:10:31 +01:00
os One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
string One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
templates One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant Allow binding Callable arguments from an array 2023-01-06 22:37:25 +01:00
core_bind.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_bind.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_builders.py ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
core_constants.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_constants.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_globals.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_globals.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
doc_data.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
doc_data.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_core_types.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_core_types.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
typedefs.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
version.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00