summaryrefslogtreecommitdiff
path: root/modules/mono/glue/cs_files/Dictionary.cs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/glue/cs_files/Dictionary.cs')
-rw-r--r--modules/mono/glue/cs_files/Dictionary.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/mono/glue/cs_files/Dictionary.cs b/modules/mono/glue/cs_files/Dictionary.cs
index 57a1960ad9..30d17c2a59 100644
--- a/modules/mono/glue/cs_files/Dictionary.cs
+++ b/modules/mono/glue/cs_files/Dictionary.cs
@@ -397,5 +397,10 @@ namespace Godot
{
return GetEnumerator();
}
+
+ internal IntPtr GetPtr()
+ {
+ return objectDict.GetPtr();
+ }
}
}