RID

The RID type is used to access the unique integer ID of a resource. They are opaque, so 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.

Constructors

this
this(Resource resource)

Get the RID of a Resource

Alias This

_rid

Members

Aliases

opCast
alias opCast(T : bool) = isValid
Undocumented in source.

Functions

getId
int getId()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()

Unions

_RID
union _RID
Undocumented in source.

Variables

_rid
_RID _rid;
Undocumented in source.

Meta