From 1147fa5c1976663f4f4e08911599d348f5587b76 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 22 Jul 2021 22:37:17 +0200 Subject: Make Object "meta" functions take StringName. The various get_meta, set_meta, has_meta, get_meta_list, remove_meta functions now uses StringName, allowing further optimizations via the SNAME macro when used from C++ (this PR does not change the various usage though). --- doc/classes/Object.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index cdf76a3a59..fe7529bceb 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -400,7 +400,7 @@ - + Returns the object's metadata entry for the given [code]name[/code]. @@ -454,7 +454,7 @@ - + Returns [code]true[/code] if a metadata entry is found with the given [code]name[/code]. @@ -543,7 +543,7 @@ - + Removes a given entry from the object's metadata. See also [method set_meta]. @@ -619,7 +619,7 @@ - + -- cgit v1.2.3