GameInteractionEntityData

Inherits from InteractionEntityData

Summary

Constructors

GameInteractionEntityData()
GameInteractionEntityData(guid: Guid)
GameInteractionEntityData(other: InteractionEntityData)
GameInteractionEntityData(other: GameEntityData)
GameInteractionEntityData(other: SpatialEntityData)
GameInteractionEntityData(other: EntityData)
GameInteractionEntityData(other: GameObjectData)
GameInteractionEntityData(other: GameDataContainer)
GameInteractionEntityData(other: DataContainer)

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

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

typeInfo

TypeInformation

The type information for the GameInteractionEntityData type.

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