Table of Contents

TTMSMCPValues.ToValueArray Method

Flattens the list into the positional argument array handed to a tool callback that takes its arguments by position.

API unit family: TMS.MCP.Tools Declaring type: TTMSMCPValues

Syntax

function ToValueArray: TArray<TValue>;

Returns

An array holding the value of every entry, in list order. The array is empty when the list is empty.