FlagComponentData

Inherits from ComponentData

Summary

Constructors

FlagComponentData()
FlagComponentData(guid: Guid)
FlagComponentData(other: ComponentData)
FlagComponentData(other: GameObjectData)
FlagComponentData(other: GameDataContainer)
FlagComponentData(other: DataContainer)

Properties

Name Type
realm Realm
flag_Team1 ObjectBlueprint | nil
flag_Team2 ObjectBlueprint | nil

Static members

Name Type
FlagComponentData.typeInfo TypeInformation

Constructors

FlagComponentData

FlagComponentData()

Creates a new FlagComponentData frostbite instance.

FlagComponentData

FlagComponentData(guid: Guid)

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

Parameters

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

FlagComponentData

FlagComponentData(other: ComponentData)

Casts an instance of type ComponentData to FlagComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to FlagComponentData.

FlagComponentData

FlagComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to FlagComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to FlagComponentData.

FlagComponentData

FlagComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to FlagComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to FlagComponentData.

FlagComponentData

FlagComponentData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

flag_Team1

ObjectBlueprint | nil

flag_Team2

ObjectBlueprint | nil

Static members

typeInfo

TypeInformation

The type information for the FlagComponentData type.

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