DogTagData

Inherits from UnlockAssetBase

Summary

Constructors

DogTagData()
DogTagData(guid: Guid)
DogTagData(other: UnlockAssetBase)
DogTagData(other: Asset)
DogTagData(other: DataContainer)

Properties

Name Type
nameSID string
descriptionSID string
imageName string
smallImageName string
category DogTagCategory
invertText bool
isAlwaysAvailable bool
excludedOnXenon bool
excludedOnPs3 bool
excludedOnWin32 bool

Static members

Name Type
DogTagData.typeInfo TypeInformation

Constructors

DogTagData

DogTagData()

Creates a new DogTagData frostbite instance.

DogTagData

DogTagData(guid: Guid)

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

Parameters

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

DogTagData

DogTagData(other: UnlockAssetBase)

Casts an instance of type UnlockAssetBase to DogTagData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UnlockAssetBase The instance to cast to DogTagData.

DogTagData

DogTagData(other: Asset)

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

Parameters

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

DogTagData

DogTagData(other: DataContainer)

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

Parameters

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

Properties

nameSID

string

descriptionSID

string

imageName

string

smallImageName

string

category

DogTagCategory

invertText

bool

isAlwaysAvailable

bool

excludedOnXenon

bool

excludedOnPs3

bool

excludedOnWin32

bool

Static members

typeInfo

TypeInformation

The type information for the DogTagData type.

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