CharacterInVehicleScenarioEntityData

Inherits from GameEntityData

Summary

Constructors

CharacterInVehicleScenarioEntityData()
CharacterInVehicleScenarioEntityData(guid: Guid)
CharacterInVehicleScenarioEntityData(other: GameEntityData)
CharacterInVehicleScenarioEntityData(other: SpatialEntityData)
CharacterInVehicleScenarioEntityData(other: EntityData)
CharacterInVehicleScenarioEntityData(other: GameObjectData)
CharacterInVehicleScenarioEntityData(other: GameDataContainer)
CharacterInVehicleScenarioEntityData(other: DataContainer)

Properties

Name Type
realm Realm
scenarioAntRef AntRef
levelId int
scenarioId int
actorId int
partId int

Static members

Name Type
CharacterInVehicleScenarioEntityData.typeInfo TypeInformation

Constructors

CharacterInVehicleScenarioEntityData

CharacterInVehicleScenarioEntityData()

Creates a new CharacterInVehicleScenarioEntityData frostbite instance.

CharacterInVehicleScenarioEntityData

CharacterInVehicleScenarioEntityData(guid: Guid)

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

Parameters

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

CharacterInVehicleScenarioEntityData

CharacterInVehicleScenarioEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to CharacterInVehicleScenarioEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to CharacterInVehicleScenarioEntityData.

CharacterInVehicleScenarioEntityData

CharacterInVehicleScenarioEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to CharacterInVehicleScenarioEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to CharacterInVehicleScenarioEntityData.

CharacterInVehicleScenarioEntityData

CharacterInVehicleScenarioEntityData(other: EntityData)

Casts an instance of type EntityData to CharacterInVehicleScenarioEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to CharacterInVehicleScenarioEntityData.

CharacterInVehicleScenarioEntityData

CharacterInVehicleScenarioEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to CharacterInVehicleScenarioEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to CharacterInVehicleScenarioEntityData.

CharacterInVehicleScenarioEntityData

CharacterInVehicleScenarioEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to CharacterInVehicleScenarioEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to CharacterInVehicleScenarioEntityData.

CharacterInVehicleScenarioEntityData

CharacterInVehicleScenarioEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

scenarioAntRef

AntRef

levelId

int

scenarioId

int

actorId

int

partId

int

Static members

typeInfo

TypeInformation

The type information for the CharacterInVehicleScenarioEntityData type.

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