VoiceOverConstantIntegerValue

Inherits from VoiceOverConstantValue

Summary

Constructors

VoiceOverConstantIntegerValue()
VoiceOverConstantIntegerValue(guid: Guid)
VoiceOverConstantIntegerValue(other: VoiceOverConstantValue)
VoiceOverConstantIntegerValue(other: DataContainer)

Properties

Name Type
value int

Static members

Name Type
VoiceOverConstantIntegerValue.typeInfo TypeInformation

Constructors

VoiceOverConstantIntegerValue

VoiceOverConstantIntegerValue()

Creates a new VoiceOverConstantIntegerValue frostbite instance.

VoiceOverConstantIntegerValue

VoiceOverConstantIntegerValue(guid: Guid)

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

Parameters

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

VoiceOverConstantIntegerValue

VoiceOverConstantIntegerValue(other: VoiceOverConstantValue)

Casts an instance of type VoiceOverConstantValue to VoiceOverConstantIntegerValue. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VoiceOverConstantValue The instance to cast to VoiceOverConstantIntegerValue.

VoiceOverConstantIntegerValue

VoiceOverConstantIntegerValue(other: DataContainer)

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

Parameters

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

Properties

value

int

Static members

typeInfo

TypeInformation

The type information for the VoiceOverConstantIntegerValue type.

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