godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
GodotObject._set
godot
object
GodotObject
Sets a property. Returns
true
if the
property
exists.
struct
GodotObject
@
nogc
nothrow
bool
_set
(
StringArg0
VariantArg1
)
(
in
StringArg0
property
,
in
VariantArg1
value
)
Meta
Source
See Implementation
godot
object
GodotObject
aliases
BaseClasses
enums
ConnectFlags
Constants
functions
_get
_getPropertyList
_init
_notification
_set
addUserSignal
call
callDeferred
callv
canTranslateMessages
connect
disconnect
emitSignal
free
get
getClass
getIncomingConnections
getIndexed
getInstanceId
getMeta
getMetaList
getMethodList
getPropertyList
getScript
getSignalConnectionList
getSignalList
hasMeta
hasMethod
hasUserSignal
isBlockingSignals
isClass
isConnected
isQueuedForDeletion
notification
opAssign
opEquals
propertyListChangedNotify
set
setBlockSignals
setIndexed
setMessageTranslation
setMeta
setScript
tr
mixins
__anonymous
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
variables
_GODOT_internal_name
_godot_object
Sets a property. Returns true if the property exists.