UIHUDMessageBinding

Inherits from UIDataBinding

Summary

Constructors

UIHUDMessageBinding()
UIHUDMessageBinding(guid: Guid)
UIHUDMessageBinding(other: UIDataBinding)
UIHUDMessageBinding(other: DataContainer)

Properties

Name Type
messageQuery UIDataSourceInfo
visibilityQuery UIDataSourceInfo
numberOfRows int

Static members

Name Type
UIHUDMessageBinding.typeInfo TypeInformation

Constructors

UIHUDMessageBinding

UIHUDMessageBinding()

Creates a new UIHUDMessageBinding frostbite instance.

UIHUDMessageBinding

UIHUDMessageBinding(guid: Guid)

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

Parameters

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

UIHUDMessageBinding

UIHUDMessageBinding(other: UIDataBinding)

Casts an instance of type UIDataBinding to UIHUDMessageBinding. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIDataBinding The instance to cast to UIHUDMessageBinding.

UIHUDMessageBinding

UIHUDMessageBinding(other: DataContainer)

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

Parameters

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

Properties

messageQuery

UIDataSourceInfo

visibilityQuery

UIDataSourceInfo

numberOfRows

int

Static members

typeInfo

TypeInformation

The type information for the UIHUDMessageBinding type.

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