GameInteractionEntityData
Inherits from InteractionEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
blink | BlinkType |
capturepointVerticalOffset | float |
delayBetweenUses | float |
teamId | TeamId |
inputAction | EntryInputActionEnum |
holdToInteractTime | float |
interactionEntityType | InteractionEntityType |
interactionSid | string |
interactingSid | string |
friendlyTextSid | string |
nameSid | string |
interactionVerticalOffset | float |
enemyTextSid | string |
shrinkSnap | bool |
showAsCapturePoint | bool |
Static members
Name | Type |
---|---|
GameInteractionEntityData.typeInfo | TypeInformation |
Constructors
GameInteractionEntityData
GameInteractionEntityData()
Creates a new GameInteractionEntityData frostbite instance.
GameInteractionEntityData
GameInteractionEntityData(guid: Guid)
Creates a new GameInteractionEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
GameInteractionEntityData
GameInteractionEntityData(other: InteractionEntityData)
Casts an instance of type InteractionEntityData to GameInteractionEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | InteractionEntityData | The instance to cast to GameInteractionEntityData. |
GameInteractionEntityData
GameInteractionEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to GameInteractionEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to GameInteractionEntityData. |
GameInteractionEntityData
GameInteractionEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to GameInteractionEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to GameInteractionEntityData. |
GameInteractionEntityData
GameInteractionEntityData(other: EntityData)
Casts an instance of type EntityData to GameInteractionEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to GameInteractionEntityData. |
GameInteractionEntityData
GameInteractionEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to GameInteractionEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to GameInteractionEntityData. |
GameInteractionEntityData
GameInteractionEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to GameInteractionEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to GameInteractionEntityData. |
GameInteractionEntityData
GameInteractionEntityData(other: DataContainer)
Casts an instance of type DataContainer to GameInteractionEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to GameInteractionEntityData. |
Properties
blink
capturepointVerticalOffset
float
delayBetweenUses
float
teamId
inputAction
holdToInteractTime
float
interactionEntityType
interactionSid
string
interactingSid
string
friendlyTextSid
string
nameSid
string
interactionVerticalOffset
float
enemyTextSid
string
shrinkSnap
bool
showAsCapturePoint
bool
Static members
typeInfo
The type information for the GameInteractionEntityData type.