CharacterEntityData

Inherits from ControllableEntityData

Summary

Constructors

CharacterEntityData()
CharacterEntityData(guid: Guid)
CharacterEntityData(other: ControllableEntityData)
CharacterEntityData(other: GamePhysicsEntityData)
CharacterEntityData(other: GameEntityData)
CharacterEntityData(other: SpatialEntityData)
CharacterEntityData(other: EntityData)
CharacterEntityData(other: GameObjectData)
CharacterEntityData(other: GameDataContainer)
CharacterEntityData(other: DataContainer)

Properties

Name Type
defaultViewMode PersonViewMode
playerSpawnType PlayerSpawnType
characterLightingEnable bool

Static members

Name Type
CharacterEntityData.typeInfo TypeInformation

Constructors

CharacterEntityData

CharacterEntityData()

Creates a new CharacterEntityData frostbite instance.

CharacterEntityData

CharacterEntityData(guid: Guid)

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

Parameters

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

CharacterEntityData

CharacterEntityData(other: ControllableEntityData)

Casts an instance of type ControllableEntityData to CharacterEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ControllableEntityData The instance to cast to CharacterEntityData.

CharacterEntityData

CharacterEntityData(other: GamePhysicsEntityData)

Casts an instance of type GamePhysicsEntityData to CharacterEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GamePhysicsEntityData The instance to cast to CharacterEntityData.

CharacterEntityData

CharacterEntityData(other: GameEntityData)

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

Parameters

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

CharacterEntityData

CharacterEntityData(other: SpatialEntityData)

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

Parameters

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

CharacterEntityData

CharacterEntityData(other: EntityData)

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

Parameters

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

CharacterEntityData

CharacterEntityData(other: GameObjectData)

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

Parameters

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

CharacterEntityData

CharacterEntityData(other: GameDataContainer)

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

Parameters

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

CharacterEntityData

CharacterEntityData(other: DataContainer)

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

Parameters

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

Properties

defaultViewMode

PersonViewMode

playerSpawnType

PlayerSpawnType

characterLightingEnable

bool

Static members

typeInfo

TypeInformation

The type information for the CharacterEntityData type.

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