VehicleDeployWeaponData
Inherits from WeaponData
Summary
Constructors
VehicleDeployWeaponData() |
VehicleDeployWeaponData(guid: Guid) |
VehicleDeployWeaponData(other: WeaponData) |
VehicleDeployWeaponData(other: ToolData) |
VehicleDeployWeaponData(other: DataContainer) |
Properties
Name | Type |
---|---|
deployAreaRadius | float |
previewObject | ObjectBlueprint | nil |
deployAreaGroundRayLength | float |
deployAreaGroundFlatness | float |
usePreview | bool |
checkClearSky | bool |
canRemoteEnterVehicle | bool |
Static members
Name | Type |
---|---|
VehicleDeployWeaponData.typeInfo | TypeInformation |
Constructors
VehicleDeployWeaponData
VehicleDeployWeaponData()
Creates a new VehicleDeployWeaponData frostbite instance.
VehicleDeployWeaponData
VehicleDeployWeaponData(guid: Guid)
Creates a new VehicleDeployWeaponData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VehicleDeployWeaponData
VehicleDeployWeaponData(other: WeaponData)
Casts an instance of type WeaponData to VehicleDeployWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | WeaponData | The instance to cast to VehicleDeployWeaponData. |
VehicleDeployWeaponData
VehicleDeployWeaponData(other: ToolData)
Casts an instance of type ToolData to VehicleDeployWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ToolData | The instance to cast to VehicleDeployWeaponData. |
VehicleDeployWeaponData
VehicleDeployWeaponData(other: DataContainer)
Casts an instance of type DataContainer to VehicleDeployWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VehicleDeployWeaponData. |
Properties
deployAreaRadius
float
previewObject
ObjectBlueprint | nil
deployAreaGroundRayLength
float
deployAreaGroundFlatness
float
usePreview
bool
checkClearSky
bool
canRemoteEnterVehicle
bool
Static members
typeInfo
The type information for the VehicleDeployWeaponData type.