FloatEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
defaultValue float
incDecValue float

Static members

Name Type
FloatEntityData.typeInfo TypeInformation

Constructors

FloatEntityData

FloatEntityData()

Creates a new FloatEntityData frostbite instance.

FloatEntityData

FloatEntityData(guid: Guid)

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

Parameters

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

FloatEntityData

FloatEntityData(other: EntityData)

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

Parameters

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

FloatEntityData

FloatEntityData(other: GameObjectData)

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

Parameters

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

FloatEntityData

FloatEntityData(other: GameDataContainer)

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

Parameters

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

FloatEntityData

FloatEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

defaultValue

float

incDecValue

float

Static members

typeInfo

TypeInformation

The type information for the FloatEntityData type.

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