SurroundingGeometryEntityData
Inherits from GameEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
allowedVehicleList | AllowedVehiclesData | nil |
combatArea | CombatAreaTriggerEntityData | nil |
combatAreaIndex | int |
Static members
Name | Type |
---|---|
SurroundingGeometryEntityData.typeInfo | TypeInformation |
Constructors
SurroundingGeometryEntityData
SurroundingGeometryEntityData()
Creates a new SurroundingGeometryEntityData frostbite instance.
SurroundingGeometryEntityData
SurroundingGeometryEntityData(guid: Guid)
Creates a new SurroundingGeometryEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SurroundingGeometryEntityData
SurroundingGeometryEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to SurroundingGeometryEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to SurroundingGeometryEntityData. |
SurroundingGeometryEntityData
SurroundingGeometryEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to SurroundingGeometryEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to SurroundingGeometryEntityData. |
SurroundingGeometryEntityData
SurroundingGeometryEntityData(other: EntityData)
Casts an instance of type EntityData to SurroundingGeometryEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to SurroundingGeometryEntityData. |
SurroundingGeometryEntityData
SurroundingGeometryEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to SurroundingGeometryEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to SurroundingGeometryEntityData. |
SurroundingGeometryEntityData
SurroundingGeometryEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SurroundingGeometryEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to SurroundingGeometryEntityData. |
SurroundingGeometryEntityData
SurroundingGeometryEntityData(other: DataContainer)
Casts an instance of type DataContainer to SurroundingGeometryEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SurroundingGeometryEntityData. |
Properties
allowedVehicleList
AllowedVehiclesData | nil
combatArea
combatAreaIndex
int
Static members
typeInfo
The type information for the SurroundingGeometryEntityData type.