PlayerEntryComponentData
Inherits from EntryComponentData
Summary
Constructors
Properties
Name | Type |
---|---|
animationAccelerationMultiplier | Vec3 |
antEntryId | AntEntryIdEnum |
antEntryID | string |
antEntryEnumeration | AntEnumeration | nil |
shieldedTransitionExitTime | float |
Static members
Name | Type |
---|---|
PlayerEntryComponentData.typeInfo | TypeInformation |
Constructors
PlayerEntryComponentData
PlayerEntryComponentData()
Creates a new PlayerEntryComponentData frostbite instance.
PlayerEntryComponentData
PlayerEntryComponentData(guid: Guid)
Creates a new PlayerEntryComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PlayerEntryComponentData
PlayerEntryComponentData(other: EntryComponentData)
Casts an instance of type EntryComponentData to PlayerEntryComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntryComponentData | The instance to cast to PlayerEntryComponentData. |
PlayerEntryComponentData
PlayerEntryComponentData(other: ComponentData)
Casts an instance of type ComponentData to PlayerEntryComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to PlayerEntryComponentData. |
PlayerEntryComponentData
PlayerEntryComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to PlayerEntryComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to PlayerEntryComponentData. |
PlayerEntryComponentData
PlayerEntryComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to PlayerEntryComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to PlayerEntryComponentData. |
PlayerEntryComponentData
PlayerEntryComponentData(other: DataContainer)
Casts an instance of type DataContainer to PlayerEntryComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PlayerEntryComponentData. |
Properties
animationAccelerationMultiplier
antEntryId
antEntryID
string
antEntryEnumeration
AntEnumeration | nil
shieldedTransitionExitTime
float
Static members
typeInfo
The type information for the PlayerEntryComponentData type.