LaserPainterData

Inherits from LockingWeaponData

Summary

Constructors

LaserPainterData()
LaserPainterData(guid: Guid)
LaserPainterData(other: LockingWeaponData)
LaserPainterData(other: WeaponData)
LaserPainterData(other: ToolData)
LaserPainterData(other: DataContainer)

Properties

Name Type
timeObjectIsPainted float

Static members

Name Type
LaserPainterData.typeInfo TypeInformation

Constructors

LaserPainterData

LaserPainterData()

Creates a new LaserPainterData frostbite instance.

LaserPainterData

LaserPainterData(guid: Guid)

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

Parameters

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

LaserPainterData

LaserPainterData(other: LockingWeaponData)

Casts an instance of type LockingWeaponData to LaserPainterData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other LockingWeaponData The instance to cast to LaserPainterData.

LaserPainterData

LaserPainterData(other: WeaponData)

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

Parameters

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

LaserPainterData

LaserPainterData(other: ToolData)

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

Parameters

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

LaserPainterData

LaserPainterData(other: DataContainer)

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

Parameters

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

Properties

timeObjectIsPainted

float

Static members

typeInfo

TypeInformation

The type information for the LaserPainterData type.

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