TdxAICommandList.Add(TArray<string>) Method
Adds multiple AI-powered commands to the collection.
Declaration
procedure Add(const AIDs: TArray<string>); overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AIDs | TArray<T> | Specifies target AI command identifiers (as an array). |
See Also