MortarStrikeWeaponData
Inherits from WeaponData
Summary
Constructors
MortarStrikeWeaponData() |
MortarStrikeWeaponData(guid: Guid) |
MortarStrikeWeaponData(other: WeaponData) |
MortarStrikeWeaponData(other: ToolData) |
MortarStrikeWeaponData(other: DataContainer) |
Properties
Name | Type |
---|---|
holdingTolerance | float |
maxStrikeDistance | float |
strikeRadius | float |
maxRandomSpawnHeight | float |
Static members
Name | Type |
---|---|
MortarStrikeWeaponData.typeInfo | TypeInformation |
Constructors
MortarStrikeWeaponData
MortarStrikeWeaponData()
Creates a new MortarStrikeWeaponData frostbite instance.
MortarStrikeWeaponData
MortarStrikeWeaponData(guid: Guid)
Creates a new MortarStrikeWeaponData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MortarStrikeWeaponData
MortarStrikeWeaponData(other: WeaponData)
Casts an instance of type WeaponData to MortarStrikeWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | WeaponData | The instance to cast to MortarStrikeWeaponData. |
MortarStrikeWeaponData
MortarStrikeWeaponData(other: ToolData)
Casts an instance of type ToolData to MortarStrikeWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ToolData | The instance to cast to MortarStrikeWeaponData. |
MortarStrikeWeaponData
MortarStrikeWeaponData(other: DataContainer)
Casts an instance of type DataContainer to MortarStrikeWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MortarStrikeWeaponData. |
Properties
holdingTolerance
float
maxStrikeDistance
float
strikeRadius
float
maxRandomSpawnHeight
float
Static members
typeInfo
The type information for the MortarStrikeWeaponData type.