RandomMultiEventEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
randomEventWeight float[]
uniformDistribution bool
resetOutputsWhenAllHasTriggered bool
disableOutputOnTrigger bool

Static members

Name Type
RandomMultiEventEntityData.typeInfo TypeInformation

Constructors

RandomMultiEventEntityData

RandomMultiEventEntityData()

Creates a new RandomMultiEventEntityData frostbite instance.

RandomMultiEventEntityData

RandomMultiEventEntityData(guid: Guid)

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

Parameters

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

RandomMultiEventEntityData

RandomMultiEventEntityData(other: EntityData)

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

Parameters

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

RandomMultiEventEntityData

RandomMultiEventEntityData(other: GameObjectData)

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

Parameters

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

RandomMultiEventEntityData

RandomMultiEventEntityData(other: GameDataContainer)

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

Parameters

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

RandomMultiEventEntityData

RandomMultiEventEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

randomEventWeight

float[]

uniformDistribution

bool

resetOutputsWhenAllHasTriggered

bool

disableOutputOnTrigger

bool

Static members

typeInfo

TypeInformation

The type information for the RandomMultiEventEntityData type.

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