ClientPlayerInputPlaybackEntityData
Inherits from EntityData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| realm | Realm |
| fileName | string |
Static members
| Name | Type |
|---|---|
| ClientPlayerInputPlaybackEntityData.typeInfo | TypeInformation |
Constructors
ClientPlayerInputPlaybackEntityData
ClientPlayerInputPlaybackEntityData()
Creates a new ClientPlayerInputPlaybackEntityData frostbite instance.
ClientPlayerInputPlaybackEntityData
ClientPlayerInputPlaybackEntityData(guid: Guid)
Creates a new ClientPlayerInputPlaybackEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
ClientPlayerInputPlaybackEntityData
ClientPlayerInputPlaybackEntityData(other: EntityData)
Casts an instance of type EntityData to ClientPlayerInputPlaybackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to ClientPlayerInputPlaybackEntityData. |
ClientPlayerInputPlaybackEntityData
ClientPlayerInputPlaybackEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to ClientPlayerInputPlaybackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to ClientPlayerInputPlaybackEntityData. |
ClientPlayerInputPlaybackEntityData
ClientPlayerInputPlaybackEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to ClientPlayerInputPlaybackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to ClientPlayerInputPlaybackEntityData. |
ClientPlayerInputPlaybackEntityData
ClientPlayerInputPlaybackEntityData(other: DataContainer)
Casts an instance of type DataContainer to ClientPlayerInputPlaybackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to ClientPlayerInputPlaybackEntityData. |
Properties
realm
fileName
string
Static members
typeInfo
The type information for the ClientPlayerInputPlaybackEntityData type.