summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-09-09 09:11:38 +0200
committerGitHub <noreply@github.com>2022-09-09 09:11:38 +0200
commit047801693c9f5ad1aeb9b89f46b73828381282ba (patch)
tree32a4a64ebc716c31101d9923cbc3475b63d8a94c /modules/mono/csharp_script.h
parentf391107830db5b977de3b5eb4b7404fde08950b3 (diff)
parent8199a209c21dfe28e331509bda7f92fb5dc595c1 (diff)
Merge pull request #65533 from neikeq/issue-65522
Diffstat (limited to 'modules/mono/csharp_script.h')
-rw-r--r--modules/mono/csharp_script.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h
index f2844a051d..d469c28d4a 100644
--- a/modules/mono/csharp_script.h
+++ b/modules/mono/csharp_script.h
@@ -133,6 +133,10 @@ class CSharpScript : public Script {
void _clear();
+ static void GD_CLR_STDCALL _add_property_info_list_callback(CSharpScript *p_script, const String *p_current_class_name, void *p_props, int32_t p_count);
+#ifdef TOOLS_ENABLED
+ static void GD_CLR_STDCALL _add_property_default_values_callback(CSharpScript *p_script, void *p_def_vals, int32_t p_count);
+#endif
bool _update_exports(PlaceHolderScriptInstance *p_instance_to_update = nullptr);
CSharpInstance *_create_instance(const Variant **p_args, int p_argcount, Object *p_owner, bool p_is_ref_counted, Callable::CallError &r_error);