TeamEntityData

Inherits from GameEntityData

Summary

Constructors

TeamEntityData()
TeamEntityData(guid: Guid)
TeamEntityData(other: GameEntityData)
TeamEntityData(other: SpatialEntityData)
TeamEntityData(other: EntityData)
TeamEntityData(other: GameObjectData)
TeamEntityData(other: GameDataContainer)
TeamEntityData(other: DataContainer)

Properties

Name Type
team TeamData | nil
id TeamId

Static members

Name Type
TeamEntityData.typeInfo TypeInformation

Constructors

TeamEntityData

TeamEntityData()

Creates a new TeamEntityData frostbite instance.

TeamEntityData

TeamEntityData(guid: Guid)

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

Parameters

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

TeamEntityData

TeamEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to TeamEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to TeamEntityData.

TeamEntityData

TeamEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to TeamEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to TeamEntityData.

TeamEntityData

TeamEntityData(other: EntityData)

Casts an instance of type EntityData to TeamEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to TeamEntityData.

TeamEntityData

TeamEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to TeamEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to TeamEntityData.

TeamEntityData

TeamEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to TeamEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to TeamEntityData.

TeamEntityData

TeamEntityData(other: DataContainer)

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

Parameters

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

Properties

team

TeamData | nil

id

TeamId

Static members

typeInfo

TypeInformation

The type information for the TeamEntityData type.

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