Skip to main content

PlayableDirector.GetReferenceValue(PropertyName id)

Retreives an ExposedReference binding.

Parameters:

NameTypeDescription
idPropertyNameIdentifier of the ExposedReference.

Returns:

typeDescription
ObjectExposedReference binding.
booleanTrue the reference was found.

Usage

---@type PlayableDirector
local playabledirector;

---@type PropertyName
local id;


local val0, val1 = playabledirector.GetReferenceValue(id)