GetReferenceValue
7/14/25Less than 1 minute
PlayableDirector.GetReferenceValue(PropertyName id)
Retreives an ExposedReference binding.
Parameters:
| Name | Type | Description |
|---|---|---|
| id | PropertyName | Identifier of the ExposedReference. |
Returns:
| type | Description |
|---|---|
| Object | ExposedReference binding. |
| boolean | True the reference was found. |
Usage
---@type PlayableDirector
local playabledirector;
---@type PropertyName
local id;
local val0, val1 = playabledirector.GetReferenceValue(id)
