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