godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
GraphNode.isSlotEnabledLeft
godot
graphnode
GraphNode
Returns
true
if left (input) slot
idx
is enabled,
false
otherwise.
struct
GraphNode
@
nogc
nothrow const
bool
isSlotEnabledLeft
(
in
long
idx
)
Meta
Source
See Implementation
godot
graphnode
GraphNode
aliases
BaseClasses
enums
Constants
Overlay
functions
_guiInput
clearAllSlots
clearSlot
getConnectionInputColor
getConnectionInputCount
getConnectionInputPosition
getConnectionInputType
getConnectionOutputColor
getConnectionOutputCount
getConnectionOutputPosition
getConnectionOutputType
getOffset
getOverlay
getSlotColorLeft
getSlotColorRight
getSlotTypeLeft
getSlotTypeRight
getTitle
isCloseButtonVisible
isComment
isResizable
isSelected
isSlotEnabledLeft
isSlotEnabledRight
opAssign
opEquals
setComment
setOffset
setOverlay
setResizable
setSelected
setShowCloseButton
setSlot
setTitle
toHash
properties
comment
offset
overlay
resizable
selected
showClose
title
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns true if left (input) slot idx is enabled, false otherwise.