PlayerData

Inherits from Asset

Summary

Constructors

PlayerData()
PlayerData(guid: Guid)
PlayerData(other: Asset)
PlayerData(other: DataContainer)

Properties

Name Type
playerView PlayerViewData | nil
inputConceptDefinition EntryInputActionMapsData | nil
inputMapping InputActionMappingsData | nil

Static members

Name Type
PlayerData.typeInfo TypeInformation

Constructors

PlayerData

PlayerData()

Creates a new PlayerData frostbite instance.

PlayerData

PlayerData(guid: Guid)

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

Parameters

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

PlayerData

PlayerData(other: Asset)

Casts an instance of type Asset to PlayerData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to PlayerData.

PlayerData

PlayerData(other: DataContainer)

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

Parameters

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

Properties

playerView

PlayerViewData | nil

inputConceptDefinition

EntryInputActionMapsData | nil

inputMapping

InputActionMappingsData | nil

Static members

typeInfo

TypeInformation

The type information for the PlayerData type.

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