RandomDelayEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
minDelay float
maxDelay float
realm Realm
autoStart bool
runOnce bool

Static members

Name Type
RandomDelayEntityData.typeInfo TypeInformation

Constructors

RandomDelayEntityData

RandomDelayEntityData()

Creates a new RandomDelayEntityData frostbite instance.

RandomDelayEntityData

RandomDelayEntityData(guid: Guid)

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

Parameters

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

RandomDelayEntityData

RandomDelayEntityData(other: EntityData)

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

Parameters

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

RandomDelayEntityData

RandomDelayEntityData(other: GameObjectData)

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

Parameters

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

RandomDelayEntityData

RandomDelayEntityData(other: GameDataContainer)

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

Parameters

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

RandomDelayEntityData

RandomDelayEntityData(other: DataContainer)

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

Parameters

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

Properties

minDelay

float

maxDelay

float

realm

Realm

autoStart

bool

runOnce

bool

Static members

typeInfo

TypeInformation

The type information for the RandomDelayEntityData type.

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