ObjectEnterAreaTriggerEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
updatePass UpdatePass
autoStart bool

Static members

Name Type
ObjectEnterAreaTriggerEntityData.typeInfo TypeInformation

Constructors

ObjectEnterAreaTriggerEntityData

ObjectEnterAreaTriggerEntityData()

Creates a new ObjectEnterAreaTriggerEntityData frostbite instance.

ObjectEnterAreaTriggerEntityData

ObjectEnterAreaTriggerEntityData(guid: Guid)

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

Parameters

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

ObjectEnterAreaTriggerEntityData

ObjectEnterAreaTriggerEntityData(other: EntityData)

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

Parameters

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

ObjectEnterAreaTriggerEntityData

ObjectEnterAreaTriggerEntityData(other: GameObjectData)

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

Parameters

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

ObjectEnterAreaTriggerEntityData

ObjectEnterAreaTriggerEntityData(other: GameDataContainer)

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

Parameters

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

ObjectEnterAreaTriggerEntityData

ObjectEnterAreaTriggerEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

updatePass

UpdatePass

autoStart

bool

Static members

typeInfo

TypeInformation

The type information for the ObjectEnterAreaTriggerEntityData type.

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