index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Callable.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data
Danil Alexeev
2024-11-04
1
-2
/
+17
*
Merge pull request #95749 from Mickeon/documentation-example-pruning
Rémi Verschelde
2024-08-26
1
-1
/
+0
|
\
|
*
Remove empty `[b]Example:[/b]` lines from the class reference
Micky
2024-08-19
1
-1
/
+0
*
|
[Doc] Clarify `is_null` methods of `Callable` and `Signal`
A Thousand Ships
2024-08-25
1
-1
/
+2
|
/
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+6
*
Merge pull request #88961 from AThousandShips/deferred_doc
Rémi Verschelde
2024-02-29
1
-0
/
+1
|
\
|
*
[Doc] Clarify some details about deferred calls
A Thousand Ships
2024-02-28
1
-0
/
+1
*
|
Core: Add `Callable.create` static method for `Variant` callables
Danil Alexeev
2024-02-29
1
-2
/
+32
|
/
*
Add Callable call_deferred() C# example
31
2024-02-03
1
-2
/
+10
*
Core: Allow methods of built-in `Variant` types to be used as Callables
Danil Alexeev
2023-10-25
1
-11
/
+0
*
Fix `get_method` from named lambda
Septian
2023-08-11
1
-1
/
+1
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
Explain a bit more RPCs options
Gilles Roudière
2023-06-27
1
-2
/
+2
*
Merge pull request #77688 from L4Vo5/clarify-deferred
Rémi Verschelde
2023-06-22
1
-1
/
+2
|
\
|
*
clarify the meaning of "deferred"
L4Vo5
2023-06-18
1
-1
/
+2
*
|
Add note in `Callable` documentation about methods of native types
Adam Scott
2023-06-15
1
-0
/
+11
|
/
*
Overhaul the top sections of the class reference (Core classes)
VolTer
2023-05-19
1
-1
/
+1
*
Improve description of `Callable.bind/unbind`
Ninni Pipping
2023-04-17
1
-3
/
+11
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
Improve docs for rpc annotations
GeroVeni
2023-02-04
1
-2
/
+2
*
Update C# signal documentation and remove bind array
Raul Santos
2023-01-23
1
-4
/
+6
*
Class reference: snake_case .gd filenames, _on_*
Doug Thompson
2023-01-15
1
-1
/
+1
*
Fix Callable call error reporting.
Juan Linietsky
2023-01-10
1
-0
/
+6
*
Merge pull request #70996 from reduz/properly-report-callable-bound-arguments
Rémi Verschelde
2023-01-09
1
-0
/
+6
|
\
|
*
Properly report Callable bound arguments
Juan Linietsky
2023-01-08
1
-0
/
+6
*
|
Allow binding Callable arguments from an array
Juan Linietsky
2023-01-06
1
-0
/
+7
|
/
*
Tweak Callable's documentation
Micky
2022-11-23
1
-13
/
+25
*
Callable: add callv method
Ricardo Buring
2022-09-21
1
-0
/
+7
*
Mention that grab_focus is more reliable deferred
kobewi
2022-08-30
1
-0
/
+4
*
[doc] Use "param" instead of "code" to refer to parameters (7)
Andy Maloney
2022-08-12
1
-1
/
+1
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-7
/
+7
*
Remove generating of null comparison operators from documentation
Yuri Roubinsky
2022-03-14
1
-10
/
+0
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Clarify identical `hash()` return values due to collisions
Hugo Locurcio
2022-02-12
1
-1
/
+2
*
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
1
-31
/
+35
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-2
/
+0
*
Allow comparing equality between builtin types and null
George Marques
2021-09-17
1
-0
/
+10
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-52
/
+26
*
Add Callable.is_valid() analogous to FuncRef.is_valid() from 3.x
Lyuma
2021-07-01
1
-0
/
+7
*
Add RPC to Callable
reduz
2021-05-03
1
-0
/
+16
*
doc: Sync classref with current source
Rémi Verschelde
2021-03-18
1
-11
/
+11
*
Fix examples in Callable docs
kleonc
2021-03-02
1
-6
/
+6
*
Document missing Callable methods
HaSa1002
2021-03-01
1
-1
/
+9
*
doc: Sync classref to add operators after #43419
Rémi Verschelde
2020-11-10
1
-3
/
+19
*
Variant: Sync docs with new constructors, fixups after #43403
Rémi Verschelde
2020-11-09
1
-2
/
+18
*
doc: Sync classref with current source + fixup some bindings
Rémi Verschelde
2020-11-04
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2020-10-12
1
-0
/
+14
*
Translate GDScript Code Examples to C# (C)
HaSa1002
2020-09-26
1
-2
/
+19
*
Add LOTS of missing docs
Tomasz Chabora
2020-03-13
1
-0
/
+18
[next]