virtualx-engine/modules/mono/glue
Raul Santos d28be4d580 Fix get_all_delegates method for generic classes
If the class is generic, we must get its generic type definition and use
it to retrieve the delegates.
2021-12-04 02:54:33 +01:00
..
GodotSharp Fix get_all_delegates method for generic classes 2021-12-04 02:54:33 +01:00
arguments_vector.h
base_object_glue.cpp
callable_glue.cpp Implement Call methods in C# Callable 2021-10-28 22:49:17 +02:00
collections_glue.cpp Rename remove() to remove_at() when removing by index 2021-11-23 18:58:57 -07:00
gd_glue.cpp Expose randfn to global scope 2021-11-17 14:29:19 +03:00
glue_header.h Implement Call methods in C# Callable 2021-10-28 22:49:17 +02:00
nodepath_glue.cpp
rid_glue.cpp
scene_tree_glue.cpp
string_glue.cpp Expose String.SimplifyPath in C# 2021-08-25 16:51:14 +02:00
string_name_glue.cpp