From 5ac42cf5766cd60a9c41bdd6045c8ccfd35d62c1 Mon Sep 17 00:00:00 2001 From: reduz Date: Fri, 24 Jun 2022 11:16:37 +0200 Subject: Implement a BitField hint Allows to specify the binder that an enum must be treated as a bitfield. --- doc/classes/ResourceSaver.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/ResourceSaver.xml b/doc/classes/ResourceSaver.xml index 815c7e8813..213d8c585a 100644 --- a/doc/classes/ResourceSaver.xml +++ b/doc/classes/ResourceSaver.xml @@ -37,7 +37,7 @@ - + Saves a resource to disk to the given path, using a [ResourceFormatSaver] that recognizes the resource object. The [code]flags[/code] bitmask can be specified to customize the save behavior using [enum SaverFlags] flags. @@ -46,28 +46,28 @@ - + No resource saving option. - + Save the resource with a path relative to the scene which uses it. - + Bundles external resources. - + Changes the [member Resource.resource_path] of the saved resource to match its new location. - + Do not save editor-specific metadata (identified by their [code]__editor[/code] prefix). - + Save as big endian (see [member File.big_endian]). - + Compress the resource on save using [constant File.COMPRESSION_ZSTD]. Only available for binary resource types. - + Take over the paths of the saved subresources (see [method Resource.take_over_path]). -- cgit v1.2.3