Skip to content

Proxy

Inherits: RefCounted

Description

A simple proxy class to allow for easy binding of a property to a function call.

Properties

NameTypeDefault
gettableCallable
settableCallable
valueVariant

Methods

ReturnsName
void_init ( gettable: Callable, settable: Callable )

Signals

on_set (new_value: Variant )

No description provided yet.

Property Descriptions

gettable: Callable

No description provided yet.

settable: Callable

No description provided yet.

value: Variant

No description provided yet.

Method Descriptions

_init (gettable: Callable , settable: Callable ) -> void

No description provided yet.