UISquadCompData

Inherits from UIComponentData

Summary

Constructors

UISquadCompData()
UISquadCompData(guid: Guid)
UISquadCompData(other: UIComponentData)
UISquadCompData(other: Asset)
UISquadCompData(other: DataContainer)

Properties

Name Type
squad15 string
squad32 string
squad1 string
squad2 string
squad3 string
squad4 string
squad5 string
squad6 string
squad7 string
squad8 string
squad9 string
squad10 string
squad11 string
squad12 string
squad13 string
squad14 string
squad16 string
squad24 string
squad17 string
squad18 string
squad19 string
squad20 string
squad21 string
squad22 string
squad23 string
squad31 string
squad25 string
squad26 string
squad27 string
squad28 string
squad29 string
squad30 string
hideLocalSquadBoostData bool

Static members

Name Type
UISquadCompData.typeInfo TypeInformation

Constructors

UISquadCompData

UISquadCompData()

Creates a new UISquadCompData frostbite instance.

UISquadCompData

UISquadCompData(guid: Guid)

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

Parameters

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

UISquadCompData

UISquadCompData(other: UIComponentData)

Casts an instance of type UIComponentData to UISquadCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UISquadCompData.

UISquadCompData

UISquadCompData(other: Asset)

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

Parameters

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

UISquadCompData

UISquadCompData(other: DataContainer)

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

Parameters

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

Properties

squad15

string

squad32

string

squad1

string

squad2

string

squad3

string

squad4

string

squad5

string

squad6

string

squad7

string

squad8

string

squad9

string

squad10

string

squad11

string

squad12

string

squad13

string

squad14

string

squad16

string

squad24

string

squad17

string

squad18

string

squad19

string

squad20

string

squad21

string

squad22

string

squad23

string

squad31

string

squad25

string

squad26

string

squad27

string

squad28

string

squad29

string

squad30

string

hideLocalSquadBoostData

bool

Static members

typeInfo

TypeInformation

The type information for the UISquadCompData type.

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