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