TatDataDefs.Add Method
Adds a new TatDataDef object in the collection. Do not call this method directly, it's only used internally by the scripter.
Syntax
Unit: atScript
function TatDataDefs.Add(AName: string; ADataType: TatTypeKind; AModifier: TatArgumentModifier): TatDataDef;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AName | string | ||
| ADataType | TatTypeKind | ||
| AModifier | TatArgumentModifier |