ProfileOptionDataBool

Inherits from ProfileOptionData

Summary

Constructors

ProfileOptionDataBool()
ProfileOptionDataBool(guid: Guid)
ProfileOptionDataBool(other: ProfileOptionData)
ProfileOptionDataBool(other: Asset)
ProfileOptionDataBool(other: DataContainer)

Properties

Name Type
value bool

Static members

Name Type
ProfileOptionDataBool.typeInfo TypeInformation

Constructors

ProfileOptionDataBool

ProfileOptionDataBool()

Creates a new ProfileOptionDataBool frostbite instance.

ProfileOptionDataBool

ProfileOptionDataBool(guid: Guid)

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

Parameters

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

ProfileOptionDataBool

ProfileOptionDataBool(other: ProfileOptionData)

Casts an instance of type ProfileOptionData to ProfileOptionDataBool. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProfileOptionData The instance to cast to ProfileOptionDataBool.

ProfileOptionDataBool

ProfileOptionDataBool(other: Asset)

Casts an instance of type Asset to ProfileOptionDataBool. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to ProfileOptionDataBool.

ProfileOptionDataBool

ProfileOptionDataBool(other: DataContainer)

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

Parameters

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

Properties

value

bool

Static members

typeInfo

TypeInformation

The type information for the ProfileOptionDataBool type.

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