AimingConstraintEntityData
Inherits from EntityData
Summary
Constructors
Properties
Name | Type |
---|---|
commonData | AimingConstraintEntityCommonData | nil |
enabledInProne | bool |
Static members
Name | Type |
---|---|
AimingConstraintEntityData.typeInfo | TypeInformation |
Constructors
AimingConstraintEntityData
AimingConstraintEntityData()
Creates a new AimingConstraintEntityData frostbite instance.
AimingConstraintEntityData
AimingConstraintEntityData(guid: Guid)
Creates a new AimingConstraintEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AimingConstraintEntityData
AimingConstraintEntityData(other: EntityData)
Casts an instance of type EntityData to AimingConstraintEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to AimingConstraintEntityData. |
AimingConstraintEntityData
AimingConstraintEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to AimingConstraintEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to AimingConstraintEntityData. |
AimingConstraintEntityData
AimingConstraintEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to AimingConstraintEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to AimingConstraintEntityData. |
AimingConstraintEntityData
AimingConstraintEntityData(other: DataContainer)
Casts an instance of type DataContainer to AimingConstraintEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AimingConstraintEntityData. |
Properties
commonData
enabledInProne
bool
Static members
typeInfo
The type information for the AimingConstraintEntityData type.