summaryrefslogtreecommitdiff
path: root/doc/classes/PackedInt64Array.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PackedInt64Array.xml')
-rw-r--r--doc/classes/PackedInt64Array.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/classes/PackedInt64Array.xml b/doc/classes/PackedInt64Array.xml
index 542dabcfa0..a254a6ff5f 100644
--- a/doc/classes/PackedInt64Array.xml
+++ b/doc/classes/PackedInt64Array.xml
@@ -14,6 +14,22 @@
<method name="PackedInt64Array">
<return type="PackedInt64Array">
</return>
+ <description>
+ Constructs an empty [PackedInt64Array].
+ </description>
+ </method>
+ <method name="PackedInt64Array">
+ <return type="PackedInt64Array">
+ </return>
+ <argument index="0" name="from" type="PackedInt64Array">
+ </argument>
+ <description>
+ Constructs a [PackedInt64Array] as a copy of the given [PackedInt64Array].
+ </description>
+ </method>
+ <method name="PackedInt64Array">
+ <return type="PackedInt64Array">
+ </return>
<argument index="0" name="from" type="Array">
</argument>
<description>