summaryrefslogtreecommitdiff
path: root/core/variant/callable.h
AgeCommit message (Expand)Author
2023-01-10Fix Callable call error reporting.Juan Linietsky
2023-01-09Merge pull request #70996 from reduz/properly-report-callable-bound-argumentsRémi Verschelde
2023-01-08Properly report Callable bound argumentsJuan Linietsky
2023-01-06Allow binding Callable arguments from an arrayJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-04Add call_deferred() method to Callablekobewi
2022-09-21Callable: add callv methodRicardo Buring
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-06-27Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee
2022-03-27Const Ref Callable for custom sort/searchmashumafi
2022-02-07Fix script editor errors with CustomCallableskobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-24Remove binds from Signal.connectkobewi
2021-07-01Add Callable.is_valid() analogous to FuncRef.is_valid() from 3.xLyuma
2021-05-11GDNative: Fix size mismatch on 32-bit platforms for Signal and CallableRémi Verschelde
2021-05-03Add RPC to Callablereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-23Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz