DelayEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
delay float
realm Realm
autoStart bool
runOnce bool
removeDuplicateEvents bool

Static members

Name Type
DelayEntityData.typeInfo TypeInformation

Constructors

DelayEntityData

DelayEntityData()

Creates a new DelayEntityData frostbite instance.

DelayEntityData

DelayEntityData(guid: Guid)

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

Parameters

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

DelayEntityData

DelayEntityData(other: EntityData)

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

Parameters

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

DelayEntityData

DelayEntityData(other: GameObjectData)

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

Parameters

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

DelayEntityData

DelayEntityData(other: GameDataContainer)

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

Parameters

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

DelayEntityData

DelayEntityData(other: DataContainer)

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

Parameters

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

Properties

delay

float

realm

Realm

autoStart

bool

runOnce

bool

removeDuplicateEvents

bool

Static members

typeInfo

TypeInformation

The type information for the DelayEntityData type.

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