Method GetDetails
GetDetails()
Returns an array of all detail definitions on this game item definition.
Declaration
public BaseDetailAsset[] GetDetails()
Returns
| Type | Description |
|---|---|
| BaseDetailAsset[] | An array of all detail definitions on this game item definition. |
GetDetails(ICollection<BaseDetailAsset>)
Fills in the given target collection with all the
BaseDetailAsset instance of this
CatalogItemAsset instance.
The target collection is cleared before being
populated.
Declaration
public int GetDetails(ICollection<BaseDetailAsset> target)
Parameters
| Type | Name | Description |
|---|---|---|
| ICollection<BaseDetailAsset> | target | The target container of all the BaseDetailAsset instances. |
Returns
| Type | Description |
|---|---|
| int |