BangerEntityData

Inherits from DynamicGamePhysicsEntityData

Summary

Constructors

BangerEntityData()
BangerEntityData(guid: Guid)
BangerEntityData(other: DynamicGamePhysicsEntityData)
BangerEntityData(other: GamePhysicsEntityData)
BangerEntityData(other: GameEntityData)
BangerEntityData(other: SpatialEntityData)
BangerEntityData(other: EntityData)
BangerEntityData(other: GameObjectData)
BangerEntityData(other: GameDataContainer)
BangerEntityData(other: DataContainer)

Properties

Name Type
scales float[]
mesh MeshAsset | nil
explosion ExplosionEntityData | nil
timeToLive float
destructiblePartCount int
useVariableNetworkFrequency bool

Static members

Name Type
BangerEntityData.typeInfo TypeInformation

Constructors

BangerEntityData

BangerEntityData()

Creates a new BangerEntityData frostbite instance.

BangerEntityData

BangerEntityData(guid: Guid)

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

Parameters

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

BangerEntityData

BangerEntityData(other: DynamicGamePhysicsEntityData)

Casts an instance of type DynamicGamePhysicsEntityData to BangerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DynamicGamePhysicsEntityData The instance to cast to BangerEntityData.

BangerEntityData

BangerEntityData(other: GamePhysicsEntityData)

Casts an instance of type GamePhysicsEntityData to BangerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GamePhysicsEntityData The instance to cast to BangerEntityData.

BangerEntityData

BangerEntityData(other: GameEntityData)

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

Parameters

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

BangerEntityData

BangerEntityData(other: SpatialEntityData)

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

Parameters

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

BangerEntityData

BangerEntityData(other: EntityData)

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

Parameters

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

BangerEntityData

BangerEntityData(other: GameObjectData)

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

Parameters

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

BangerEntityData

BangerEntityData(other: GameDataContainer)

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

Parameters

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

BangerEntityData

BangerEntityData(other: DataContainer)

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

Parameters

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

Properties

scales

float[]

mesh

MeshAsset | nil

explosion

ExplosionEntityData | nil

timeToLive

float

destructiblePartCount

int

useVariableNetworkFrequency

bool

Static members

typeInfo

TypeInformation

The type information for the BangerEntityData type.

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