VehicleProjectileEntityData
Inherits from ProjectileEntityData
Summary
Constructors
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
The type information for the VehicleProjectileEntityData type.