SwitchPropertyStringEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
stringProperties string[]
realm Realm

Static members

Name Type
SwitchPropertyStringEntityData.typeInfo TypeInformation

Constructors

SwitchPropertyStringEntityData

SwitchPropertyStringEntityData()

Creates a new SwitchPropertyStringEntityData frostbite instance.

SwitchPropertyStringEntityData

SwitchPropertyStringEntityData(guid: Guid)

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

Parameters

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

SwitchPropertyStringEntityData

SwitchPropertyStringEntityData(other: EntityData)

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

Parameters

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

SwitchPropertyStringEntityData

SwitchPropertyStringEntityData(other: GameObjectData)

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

Parameters

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

SwitchPropertyStringEntityData

SwitchPropertyStringEntityData(other: GameDataContainer)

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

Parameters

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

SwitchPropertyStringEntityData

SwitchPropertyStringEntityData(other: DataContainer)

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

Parameters

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

Properties

stringProperties

string[]

realm

Realm

Static members

typeInfo

TypeInformation

The type information for the SwitchPropertyStringEntityData type.

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