MultipleTargetPainterWeaponData

Inherits from WeaponData

Summary

Constructors

MultipleTargetPainterWeaponData()
MultipleTargetPainterWeaponData(guid: Guid)
MultipleTargetPainterWeaponData(other: WeaponData)
MultipleTargetPainterWeaponData(other: ToolData)
MultipleTargetPainterWeaponData(other: DataContainer)

Properties

Name Type
spottingBehavior SpottingType
timeObjectIsPainted float
angle float
timeObjectIsSpotted float
range float
useSpotting bool
useLaserPainting bool

Static members

Name Type
MultipleTargetPainterWeaponData.typeInfo TypeInformation

Constructors

MultipleTargetPainterWeaponData

MultipleTargetPainterWeaponData()

Creates a new MultipleTargetPainterWeaponData frostbite instance.

MultipleTargetPainterWeaponData

MultipleTargetPainterWeaponData(guid: Guid)

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

Parameters

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

MultipleTargetPainterWeaponData

MultipleTargetPainterWeaponData(other: WeaponData)

Casts an instance of type WeaponData to MultipleTargetPainterWeaponData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other WeaponData The instance to cast to MultipleTargetPainterWeaponData.

MultipleTargetPainterWeaponData

MultipleTargetPainterWeaponData(other: ToolData)

Casts an instance of type ToolData to MultipleTargetPainterWeaponData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ToolData The instance to cast to MultipleTargetPainterWeaponData.

MultipleTargetPainterWeaponData

MultipleTargetPainterWeaponData(other: DataContainer)

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

Parameters

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

Properties

spottingBehavior

SpottingType

timeObjectIsPainted

float

angle

float

timeObjectIsSpotted

float

range

float

useSpotting

bool

useLaserPainting

bool

Static members

typeInfo

TypeInformation

The type information for the MultipleTargetPainterWeaponData type.

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