DogTagsAsset

Inherits from Asset

Summary

Constructors

DogTagsAsset()
DogTagsAsset(guid: Guid)
DogTagsAsset(other: Asset)
DogTagsAsset(other: DataContainer)

Properties

Name Type
meleeKillWeapon StatsCategoryWeaponData | nil
basicDogTags BasicDogTagData[]
advancedDogTags AdvancedDogTagData[]

Static members

Name Type
DogTagsAsset.typeInfo TypeInformation

Constructors

DogTagsAsset

DogTagsAsset()

Creates a new DogTagsAsset frostbite instance.

DogTagsAsset

DogTagsAsset(guid: Guid)

Creates a new DogTagsAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

DogTagsAsset

DogTagsAsset(other: Asset)

Casts an instance of type Asset to DogTagsAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to DogTagsAsset.

DogTagsAsset

DogTagsAsset(other: DataContainer)

Casts an instance of type DataContainer to DogTagsAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to DogTagsAsset.

Properties

meleeKillWeapon

StatsCategoryWeaponData | nil

basicDogTags

BasicDogTagData[]

advancedDogTags

AdvancedDogTagData[]

Static members

typeInfo

TypeInformation

The type information for the DogTagsAsset type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)