PropertyCastEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
intValue int
floatValue float
boolValue bool

Static members

Name Type
PropertyCastEntityData.typeInfo TypeInformation

Constructors

PropertyCastEntityData

PropertyCastEntityData()

Creates a new PropertyCastEntityData frostbite instance.

PropertyCastEntityData

PropertyCastEntityData(guid: Guid)

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

Parameters

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

PropertyCastEntityData

PropertyCastEntityData(other: EntityData)

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

Parameters

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

PropertyCastEntityData

PropertyCastEntityData(other: GameObjectData)

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

Parameters

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

PropertyCastEntityData

PropertyCastEntityData(other: GameDataContainer)

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

Parameters

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

PropertyCastEntityData

PropertyCastEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

intValue

int

floatValue

float

boolValue

bool

Static members

typeInfo

TypeInformation

The type information for the PropertyCastEntityData type.

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