SupportedShootingCommonData

Inherits from Asset

Summary

Constructors

SupportedShootingCommonData()
SupportedShootingCommonData(guid: Guid)
SupportedShootingCommonData(other: Asset)
SupportedShootingCommonData(other: DataContainer)

Properties

Name Type
aimingConstraints AimingConstraintsData
enterSupportedShootingAction EntryInputActionEnum
binding SupportedShootingBinding
stand SupportedShootingProximityChecking
crouch SupportedShootingProximityChecking

Static members

Name Type
SupportedShootingCommonData.typeInfo TypeInformation

Constructors

SupportedShootingCommonData

SupportedShootingCommonData()

Creates a new SupportedShootingCommonData frostbite instance.

SupportedShootingCommonData

SupportedShootingCommonData(guid: Guid)

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

Parameters

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

SupportedShootingCommonData

SupportedShootingCommonData(other: Asset)

Casts an instance of type Asset to SupportedShootingCommonData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to SupportedShootingCommonData.

SupportedShootingCommonData

SupportedShootingCommonData(other: DataContainer)

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

Parameters

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

Properties

aimingConstraints

AimingConstraintsData

enterSupportedShootingAction

EntryInputActionEnum

binding

SupportedShootingBinding

stand

SupportedShootingProximityChecking

crouch

SupportedShootingProximityChecking

Static members

typeInfo

TypeInformation

The type information for the SupportedShootingCommonData type.

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