VehicleProjectileEntityData

Inherits from ProjectileEntityData

Summary

Constructors

VehicleProjectileEntityData()
VehicleProjectileEntityData(guid: Guid)
VehicleProjectileEntityData(other: ProjectileEntityData)
VehicleProjectileEntityData(other: GamePhysicsEntityData)
VehicleProjectileEntityData(other: GameEntityData)
VehicleProjectileEntityData(other: SpatialEntityData)
VehicleProjectileEntityData(other: EntityData)
VehicleProjectileEntityData(other: GameObjectData)
VehicleProjectileEntityData(other: GameDataContainer)
VehicleProjectileEntityData(other: DataContainer)

Properties

Name Type
vehicle VehicleBlueprint | nil
enterDelay float
noVehicleCollisionTime float
alignWithGroundRayLength float
autoEnter bool
alignWithGround bool
checkGroundWhenSpawned bool
deployInsideNeutralCombatAreaOnly bool

Static members

Name Type
VehicleProjectileEntityData.typeInfo TypeInformation

Constructors

VehicleProjectileEntityData

VehicleProjectileEntityData()

Creates a new VehicleProjectileEntityData frostbite instance.

VehicleProjectileEntityData

VehicleProjectileEntityData(guid: Guid)

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

Parameters

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

VehicleProjectileEntityData

VehicleProjectileEntityData(other: ProjectileEntityData)

Casts an instance of type ProjectileEntityData to VehicleProjectileEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProjectileEntityData The instance to cast to VehicleProjectileEntityData.

VehicleProjectileEntityData

VehicleProjectileEntityData(other: GamePhysicsEntityData)

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

Parameters

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

VehicleProjectileEntityData

VehicleProjectileEntityData(other: GameEntityData)

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

Parameters

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

VehicleProjectileEntityData

VehicleProjectileEntityData(other: SpatialEntityData)

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

Parameters

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

VehicleProjectileEntityData

VehicleProjectileEntityData(other: EntityData)

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

Parameters

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

VehicleProjectileEntityData

VehicleProjectileEntityData(other: GameObjectData)

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

Parameters

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

VehicleProjectileEntityData

VehicleProjectileEntityData(other: GameDataContainer)

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

Parameters

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

VehicleProjectileEntityData

VehicleProjectileEntityData(other: DataContainer)

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

Parameters

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

Properties

vehicle

VehicleBlueprint | nil

enterDelay

float

noVehicleCollisionTime

float

alignWithGroundRayLength

float

autoEnter

bool

alignWithGround

bool

checkGroundWhenSpawned

bool

deployInsideNeutralCombatAreaOnly

bool

Static members

typeInfo

TypeInformation

The type information for the VehicleProjectileEntityData type.

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