StringName

Undocumented in source.

Constructors

this
this(String s)
Undocumented in source.
this
this(godot_string strname)
Undocumented in source.
this
this(S str)

char constructor. S can be a slice (like string) or a null-terminated pointer.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

_stringName

Members

Functions

_defaultCtor
void _defaultCtor()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(StringName other)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
String opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(StringName other)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

_StringName
union _StringName
Undocumented in source.

Variables

_stringName
_StringName _stringName;
Undocumented in source.

Meta