< Previous | Contents | Next >

Methods

Link.GetData([name])

Get custom persistent data.

See Composition:GetData().

> Parameters:

name (string) – name

> Returns: value

> Return type: (number|string|boolean|table)


image


Link.GetTool()

Returns the Tool object that owns this Link.

> Returns: tool

> Return type: Tool

Link.SetData(name, value)

Set custom persistent data.

See Composition:SetData().

> Parameters:

name (string) – name

value ((number|string|boolean|table)) – value