godot-dlang v0.1.0 (2022-11-07T21:45:52Z)
Dub
Repo
StringName
godot
string
Undocumented in source.
struct
StringName {
this
(String s);
this(this)
;
void
_defaultCtor
();
this
(S str);
~this
();
void
opAssign
(StringName other);
bool
opEquals
(StringName other);
String
opCast
();
}
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
Source
See Implementation
godot
string
enums
gn
gs
structs
Char16String
Char32String
CharString
CharWideString
GodotStringLiteral
GodotStringNameLiteral
String
StringName