ClientPlayerInputRecorderEntityData

Inherits from EntityData

Summary

Constructors

ClientPlayerInputRecorderEntityData()
ClientPlayerInputRecorderEntityData(guid: Guid)
ClientPlayerInputRecorderEntityData(other: EntityData)
ClientPlayerInputRecorderEntityData(other: GameObjectData)
ClientPlayerInputRecorderEntityData(other: GameDataContainer)
ClientPlayerInputRecorderEntityData(other: DataContainer)

Properties

Name Type
realm Realm
fileNameBase string

Static members

Name Type
ClientPlayerInputRecorderEntityData.typeInfo TypeInformation

Constructors

ClientPlayerInputRecorderEntityData

ClientPlayerInputRecorderEntityData()

Creates a new ClientPlayerInputRecorderEntityData frostbite instance.

ClientPlayerInputRecorderEntityData

ClientPlayerInputRecorderEntityData(guid: Guid)

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

Parameters

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

ClientPlayerInputRecorderEntityData

ClientPlayerInputRecorderEntityData(other: EntityData)

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

Parameters

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

ClientPlayerInputRecorderEntityData

ClientPlayerInputRecorderEntityData(other: GameObjectData)

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

Parameters

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

ClientPlayerInputRecorderEntityData

ClientPlayerInputRecorderEntityData(other: GameDataContainer)

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

Parameters

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

ClientPlayerInputRecorderEntityData

ClientPlayerInputRecorderEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

fileNameBase

string

Static members

typeInfo

TypeInformation

The type information for the ClientPlayerInputRecorderEntityData type.

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