VisualScriptBuiltinFunc

A Visual Script node used to call built-in functions.

A built-in function used inside a VisualScript. It is usually a math function or an utility function. See also @GDScript, for the same functions in the GDScript language.

Members

Aliases

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

Enums

BuiltinFunc
enum BuiltinFunc
Constants
enum Constants

Functions

getFunc
VisualScriptBuiltinFunc.BuiltinFunc getFunc()
opAssign
typeof(null) opAssign(typeof(null) n)
opEquals
bool opEquals(VisualScriptBuiltinFunc other)
opEquals
bool opEquals(typeof(null) n)
setFunc
void setFunc(long which)
toHash
size_t toHash()

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

_function
VisualScriptBuiltinFunc.BuiltinFunc _function [@property getter]
long _function [@property setter]

The function to be executed.

Static functions

_new
VisualScriptBuiltinFunc _new()

Construct a new instance of VisualScriptBuiltinFunc. Note: use memnew!VisualScriptBuiltinFunc 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