SpeedEventGateEntityData

Inherits from GameEntityData

Summary

Constructors

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

Properties

Name Type
minSpeed float
maxSpeed float

Static members

Name Type
SpeedEventGateEntityData.typeInfo TypeInformation

Constructors

SpeedEventGateEntityData

SpeedEventGateEntityData()

Creates a new SpeedEventGateEntityData frostbite instance.

SpeedEventGateEntityData

SpeedEventGateEntityData(guid: Guid)

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

Parameters

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

SpeedEventGateEntityData

SpeedEventGateEntityData(other: GameEntityData)

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

Parameters

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

SpeedEventGateEntityData

SpeedEventGateEntityData(other: SpatialEntityData)

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

Parameters

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

SpeedEventGateEntityData

SpeedEventGateEntityData(other: EntityData)

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

Parameters

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

SpeedEventGateEntityData

SpeedEventGateEntityData(other: GameObjectData)

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

Parameters

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

SpeedEventGateEntityData

SpeedEventGateEntityData(other: GameDataContainer)

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

Parameters

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

SpeedEventGateEntityData

SpeedEventGateEntityData(other: DataContainer)

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

Parameters

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

Properties

minSpeed

float

maxSpeed

float

Static members

typeInfo

TypeInformation

The type information for the SpeedEventGateEntityData type.

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