ConsoleCommandTriggerEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
commandName string
realm Realm

Static members

Name Type
ConsoleCommandTriggerEntityData.typeInfo TypeInformation

Constructors

ConsoleCommandTriggerEntityData

ConsoleCommandTriggerEntityData()

Creates a new ConsoleCommandTriggerEntityData frostbite instance.

ConsoleCommandTriggerEntityData

ConsoleCommandTriggerEntityData(guid: Guid)

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

Parameters

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

ConsoleCommandTriggerEntityData

ConsoleCommandTriggerEntityData(other: EntityData)

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

Parameters

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

ConsoleCommandTriggerEntityData

ConsoleCommandTriggerEntityData(other: GameObjectData)

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

Parameters

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

ConsoleCommandTriggerEntityData

ConsoleCommandTriggerEntityData(other: GameDataContainer)

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

Parameters

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

ConsoleCommandTriggerEntityData

ConsoleCommandTriggerEntityData(other: DataContainer)

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

Parameters

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

Properties

commandName

string

realm

Realm

Static members

typeInfo

TypeInformation

The type information for the ConsoleCommandTriggerEntityData type.

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