summaryrefslogtreecommitdiffstats
path: root/doc/classes/Callable.xml
Commit message (Expand)AuthorAgeFilesLines
* Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-041-2/+17
* Merge pull request #95749 from Mickeon/documentation-example-pruningRémi Verschelde2024-08-261-1/+0
|\
| * Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-1/+0
* | [Doc] Clarify `is_null` methods of `Callable` and `Signal`A Thousand Ships2024-08-251-1/+2
|/
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+6
* Merge pull request #88961 from AThousandShips/deferred_docRémi Verschelde2024-02-291-0/+1
|\
| * [Doc] Clarify some details about deferred callsA Thousand Ships2024-02-281-0/+1
* | Core: Add `Callable.create` static method for `Variant` callablesDanil Alexeev2024-02-291-2/+32
|/
* Add Callable call_deferred() C# example312024-02-031-2/+10
* Core: Allow methods of built-in `Variant` types to be used as CallablesDanil Alexeev2023-10-251-11/+0
* Fix `get_method` from named lambdaSeptian2023-08-111-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Explain a bit more RPCs optionsGilles Roudière2023-06-271-2/+2
* Merge pull request #77688 from L4Vo5/clarify-deferredRémi Verschelde2023-06-221-1/+2
|\
| * clarify the meaning of "deferred"L4Vo52023-06-181-1/+2
* | Add note in `Callable` documentation about methods of native typesAdam Scott2023-06-151-0/+11
|/
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-1/+1
* Improve description of `Callable.bind/unbind`Ninni Pipping2023-04-171-3/+11
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Improve docs for rpc annotationsGeroVeni2023-02-041-2/+2
* Update C# signal documentation and remove bind arrayRaul Santos2023-01-231-4/+6
* Class reference: snake_case .gd filenames, _on_*Doug Thompson2023-01-151-1/+1
* Fix Callable call error reporting.Juan Linietsky2023-01-101-0/+6
* Merge pull request #70996 from reduz/properly-report-callable-bound-argumentsRémi Verschelde2023-01-091-0/+6
|\
| * Properly report Callable bound argumentsJuan Linietsky2023-01-081-0/+6
* | Allow binding Callable arguments from an arrayJuan Linietsky2023-01-061-0/+7
|/
* Tweak Callable's documentationMicky2022-11-231-13/+25
* Callable: add callv methodRicardo Buring2022-09-211-0/+7
* Mention that grab_focus is more reliable deferredkobewi2022-08-301-0/+4
* [doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney2022-08-121-1/+1
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-7/+7
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Clarify identical `hash()` return values due to collisionsHugo Locurcio2022-02-121-1/+2
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-31/+35
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-52/+26
* Add Callable.is_valid() analogous to FuncRef.is_valid() from 3.xLyuma2021-07-011-0/+7
* Add RPC to Callablereduz2021-05-031-0/+16
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-11/+11
* Fix examples in Callable docskleonc2021-03-021-6/+6
* Document missing Callable methodsHaSa10022021-03-011-1/+9
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-3/+19
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-2/+18
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-10-121-0/+14
* Translate GDScript Code Examples to C# (C)HaSa10022020-09-261-2/+19
* Add LOTS of missing docsTomasz Chabora2020-03-131-0/+18