VisualScriptLists

A Visual Script virtual class for in-graph editable nodes.

A Visual Script virtual class that defines the shape and the default behavior of the nodes that have to be in-graph editable nodes.

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Functions

addInputDataPort
void addInputDataPort(long type, String name, long index)
addOutputDataPort
void addOutputDataPort(long type, String name, long index)
opAssign
typeof(null) opAssign(typeof(null) n)
opEquals
bool opEquals(VisualScriptLists other)
opEquals
bool opEquals(typeof(null) n)
removeInputDataPort
void removeInputDataPort(long index)
removeOutputDataPort
void removeOutputDataPort(long index)
setInputDataPortName
void setInputDataPortName(long index, String name)
setInputDataPortType
void setInputDataPortType(long index, long type)
setOutputDataPortName
void setOutputDataPortName(long index, String name)
setOutputDataPortType
void setOutputDataPortType(long index, long type)
toHash
size_t toHash()

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Static functions

_new
VisualScriptLists _new()

Construct a new instance of VisualScriptLists. Note: use memnew!VisualScriptLists instead.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

GDNativeClassBinding
struct GDNativeClassBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(ToRef) as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta