diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-01-04 14:33:44 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-01-04 14:33:44 +0100 |
commit | 215d18814e3db5371ed7aae9555ac25bf7d1a00e (patch) | |
tree | fe36a04fbf8486e1d59b87d0525dea57659f3e1e /doc/classes/PackedByteArray.xml | |
parent | 8bfd96ee3f499035773b750f31e875cd3ef3b1fb (diff) | |
download | redot-engine-215d18814e3db5371ed7aae9555ac25bf7d1a00e.tar.gz |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/PackedByteArray.xml')
-rw-r--r-- | doc/classes/PackedByteArray.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/classes/PackedByteArray.xml b/doc/classes/PackedByteArray.xml index b00c59ade9..75fb7c1465 100644 --- a/doc/classes/PackedByteArray.xml +++ b/doc/classes/PackedByteArray.xml @@ -92,13 +92,6 @@ Creates a copy of the array, and returns it. </description> </method> - <method name="is_empty"> - <return type="bool"> - </return> - <description> - Returns [code]true[/code] if the array is empty. - </description> - </method> <method name="get_string_from_ascii"> <return type="String"> </return> @@ -171,6 +164,13 @@ Reverses the order of the elements in the array. </description> </method> + <method name="is_empty"> + <return type="bool"> + </return> + <description> + Returns [code]true[/code] if the array is empty. + </description> + </method> <method name="operator !=" qualifiers="operator"> <return type="bool"> </return> |