ProfileOptionDataInt

Inherits from ProfileOptionData

Summary

Constructors

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

Properties

Name Type
min int
max int
value int
step int

Static members

Name Type
ProfileOptionDataInt.typeInfo TypeInformation

Constructors

ProfileOptionDataInt

ProfileOptionDataInt()

Creates a new ProfileOptionDataInt frostbite instance.

ProfileOptionDataInt

ProfileOptionDataInt(guid: Guid)

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

Parameters

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

ProfileOptionDataInt

ProfileOptionDataInt(other: ProfileOptionData)

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

Parameters

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

ProfileOptionDataInt

ProfileOptionDataInt(other: Asset)

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

Parameters

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

ProfileOptionDataInt

ProfileOptionDataInt(other: DataContainer)

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

Parameters

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

Properties

min

int

max

int

value

int

step

int

Static members

typeInfo

TypeInformation

The type information for the ProfileOptionDataInt type.

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