TurretData
Inherits from DataContainer
Summary
Constructors
TurretData() |
TurretData(guid: Guid) |
TurretData(other: DataContainer) |
Properties
Name | Type |
---|---|
pitchP | float |
yawP | float |
fakeShootSpaceMinDistance | float |
fakeShootSpaceMaxDistance | float |
aimingConstraints | AIAimingConstraintsData | nil |
Static members
Name | Type |
---|---|
TurretData.typeInfo | TypeInformation |
Constructors
TurretData
TurretData()
Creates a new TurretData frostbite instance.
TurretData
TurretData(guid: Guid)
Creates a new TurretData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
TurretData
TurretData(other: DataContainer)
Casts an instance of type DataContainer to TurretData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to TurretData. |
Properties
pitchP
float
yawP
float
fakeShootSpaceMinDistance
float
fakeShootSpaceMaxDistance
float
aimingConstraints
AIAimingConstraintsData | nil
Static members
typeInfo
The type information for the TurretData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)