TeamData

Inherits from TeamAsset

Summary

Constructors

TeamData()
TeamData(guid: Guid)
TeamData(other: TeamAsset)
TeamData(other: Asset)
TeamData(other: DataContainer)

Properties

Name Type
soldier SoldierBlueprint | nil
faction FactionId
soldierCustomization SoldierCustomizationAsset[]
vehicleCustomization VehicleCustomizationAsset[]

Static members

Name Type
TeamData.typeInfo TypeInformation

Constructors

TeamData

TeamData()

Creates a new TeamData frostbite instance.

TeamData

TeamData(guid: Guid)

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

Parameters

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

TeamData

TeamData(other: TeamAsset)

Casts an instance of type TeamAsset to TeamData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TeamAsset The instance to cast to TeamData.

TeamData

TeamData(other: Asset)

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

Parameters

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

TeamData

TeamData(other: DataContainer)

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

Parameters

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

Properties

soldier

SoldierBlueprint | nil

faction

FactionId

soldierCustomization

SoldierCustomizationAsset[]

vehicleCustomization

VehicleCustomizationAsset[]

Static members

typeInfo

TypeInformation

The type information for the TeamData type.

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