Home
last modified time | relevance | path

Searched refs:godot_icall_GD_print (Results 1 – 6 of 6) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DGD.cs86godot_icall_GD_print(Array.ConvertAll(what ?? new object[]{"null"}, x => x != null ? x.ToString() … in Print()
212 internal extern static void godot_icall_GD_print(object[] what); in godot_icall_GD_print() method in Godot.GD
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DGD.cs86godot_icall_GD_print(Array.ConvertAll(what ?? new object[]{"null"}, x => x != null ? x.ToString() … in Print()
212 internal extern static void godot_icall_GD_print(object[] what); in godot_icall_GD_print() method in Godot.GD
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/
H A Dgd_glue.h46 void godot_icall_GD_print(MonoArray *p_what);
H A Dgd_glue.cpp73 void godot_icall_GD_print(MonoArray *p_what) { in godot_icall_GD_print() function
291 mono_add_internal_call("Godot.GD::godot_icall_GD_print", (void *)godot_icall_GD_print); in godot_register_gd_icalls()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/
H A Dgd_glue.h46 void godot_icall_GD_print(MonoArray *p_what);
H A Dgd_glue.cpp73 void godot_icall_GD_print(MonoArray *p_what) { in godot_icall_GD_print() function
291 mono_add_internal_call("Godot.GD::godot_icall_GD_print", (void *)godot_icall_GD_print); in godot_register_gd_icalls()