PlayerCameraEntityData
Inherits from CameraEntityBaseData
Summary
Constructors
| PlayerCameraEntityData() |
| PlayerCameraEntityData(guid: Guid) |
| PlayerCameraEntityData(other: CameraEntityBaseData) |
| PlayerCameraEntityData(other: SpatialEntityData) |
| PlayerCameraEntityData(other: EntityData) |
| PlayerCameraEntityData(other: GameObjectData) |
| PlayerCameraEntityData(other: GameDataContainer) |
| PlayerCameraEntityData(other: DataContainer) |
Properties
Static members
| Name | Type |
|---|---|
| PlayerCameraEntityData.typeInfo | TypeInformation |
Constructors
PlayerCameraEntityData
PlayerCameraEntityData()
Creates a new PlayerCameraEntityData frostbite instance.
PlayerCameraEntityData
PlayerCameraEntityData(guid: Guid)
Creates a new PlayerCameraEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
PlayerCameraEntityData
PlayerCameraEntityData(other: CameraEntityBaseData)
Casts an instance of type CameraEntityBaseData to PlayerCameraEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | CameraEntityBaseData | The instance to cast to PlayerCameraEntityData. |
PlayerCameraEntityData
PlayerCameraEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to PlayerCameraEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SpatialEntityData | The instance to cast to PlayerCameraEntityData. |
PlayerCameraEntityData
PlayerCameraEntityData(other: EntityData)
Casts an instance of type EntityData to PlayerCameraEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to PlayerCameraEntityData. |
PlayerCameraEntityData
PlayerCameraEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to PlayerCameraEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to PlayerCameraEntityData. |
PlayerCameraEntityData
PlayerCameraEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to PlayerCameraEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to PlayerCameraEntityData. |
PlayerCameraEntityData
PlayerCameraEntityData(other: DataContainer)
Casts an instance of type DataContainer to PlayerCameraEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to PlayerCameraEntityData. |
Properties
soldierTargetMode
soldierCameraIndex
int
vehicleTargetMode
vehicleCameraIndex
int
releaseControlIfTargetLost
bool
shouldTargetControllable
bool
shouldTargetVehicleDriverEntry
bool
shouldTargetExtraPlayerInDoublePlayerEvent
bool
Static members
typeInfo
The type information for the PlayerCameraEntityData type.