W3cubDocs

/Godot 3.2

RID

Handle for a Resource's unique ID.

Description

The RID type is used to access the unique integer ID of a resource. They are opaque, which means they do not grant access to the associated resource by themselves. They are used by and with the low-level Server classes such as VisualServer.

Methods

RID RID ( Object from )
int get_id ( )

Method Descriptions

RID RID ( Object from )

Creates a new RID instance with the ID of a given resource. When not handed a valid resource, silently stores the unused ID 0.

int get_id ( )

Returns the ID of the referenced resource.

© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_rid.html