ArmamentData

Inherits from DataContainer

Summary

Constructors

ArmamentData()
ArmamentData(guid: Guid)
ArmamentData(other: DataContainer)

Properties

Name Type
threatLength int
turretData TurretData | nil
isAntiAircraft bool

Static members

Name Type
ArmamentData.typeInfo TypeInformation

Constructors

ArmamentData

ArmamentData()

Creates a new ArmamentData frostbite instance.

ArmamentData

ArmamentData(guid: Guid)

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

Parameters

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

ArmamentData

ArmamentData(other: DataContainer)

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

Parameters

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

Properties

threatLength

int

turretData

TurretData | nil

isAntiAircraft

bool

Static members

typeInfo

TypeInformation

The type information for the ArmamentData type.

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