ShootAtFromCoverData
Inherits from EntityData
Summary
Constructors
ShootAtFromCoverData() |
ShootAtFromCoverData(guid: Guid) |
ShootAtFromCoverData(other: EntityData) |
ShootAtFromCoverData(other: GameObjectData) |
ShootAtFromCoverData(other: GameDataContainer) |
ShootAtFromCoverData(other: DataContainer) |
Properties
Name | Type |
---|---|
strengthType | StrengthType |
shootType | ShootType |
cycleTargets | bool |
randomTargetOrder | bool |
preferAlternativeWeapon | bool |
Static members
Name | Type |
---|---|
ShootAtFromCoverData.typeInfo | TypeInformation |
Constructors
ShootAtFromCoverData
ShootAtFromCoverData()
Creates a new ShootAtFromCoverData frostbite instance.
ShootAtFromCoverData
ShootAtFromCoverData(guid: Guid)
Creates a new ShootAtFromCoverData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
ShootAtFromCoverData
ShootAtFromCoverData(other: EntityData)
Casts an instance of type EntityData to ShootAtFromCoverData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to ShootAtFromCoverData. |
ShootAtFromCoverData
ShootAtFromCoverData(other: GameObjectData)
Casts an instance of type GameObjectData to ShootAtFromCoverData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to ShootAtFromCoverData. |
ShootAtFromCoverData
ShootAtFromCoverData(other: GameDataContainer)
Casts an instance of type GameDataContainer to ShootAtFromCoverData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to ShootAtFromCoverData. |
ShootAtFromCoverData
ShootAtFromCoverData(other: DataContainer)
Casts an instance of type DataContainer to ShootAtFromCoverData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to ShootAtFromCoverData. |
Properties
strengthType
shootType
cycleTargets
bool
randomTargetOrder
bool
preferAlternativeWeapon
bool
Static members
typeInfo
The type information for the ShootAtFromCoverData type.