BasicDogTagData
Inherits from DogTagData
Summary
Constructors
| BasicDogTagData() |
| BasicDogTagData(guid: Guid) |
| BasicDogTagData(other: DogTagData) |
| BasicDogTagData(other: UnlockAssetBase) |
| BasicDogTagData(other: Asset) |
| BasicDogTagData(other: DataContainer) |
Static members
| Name | Type |
|---|---|
| BasicDogTagData.typeInfo | TypeInformation |
Constructors
BasicDogTagData
BasicDogTagData()
Creates a new BasicDogTagData frostbite instance.
BasicDogTagData
BasicDogTagData(guid: Guid)
Creates a new BasicDogTagData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
BasicDogTagData
BasicDogTagData(other: DogTagData)
Casts an instance of type DogTagData to BasicDogTagData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DogTagData | The instance to cast to BasicDogTagData. |
BasicDogTagData
BasicDogTagData(other: UnlockAssetBase)
Casts an instance of type UnlockAssetBase to BasicDogTagData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UnlockAssetBase | The instance to cast to BasicDogTagData. |
BasicDogTagData
BasicDogTagData(other: Asset)
Casts an instance of type Asset to BasicDogTagData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to BasicDogTagData. |
BasicDogTagData
BasicDogTagData(other: DataContainer)
Casts an instance of type DataContainer to BasicDogTagData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to BasicDogTagData. |
Static members
typeInfo
The type information for the BasicDogTagData type.