PlayerFilterEntityData

Inherits from EntityData

Summary

Constructors

PlayerFilterEntityData()
PlayerFilterEntityData(guid: Guid)
PlayerFilterEntityData(other: EntityData)
PlayerFilterEntityData(other: GameObjectData)
PlayerFilterEntityData(other: GameDataContainer)
PlayerFilterEntityData(other: DataContainer)

Properties

Name Type
realm Realm
invertFilter bool
forwardToSpectators bool

Static members

Name Type
PlayerFilterEntityData.typeInfo TypeInformation

Constructors

PlayerFilterEntityData

PlayerFilterEntityData()

Creates a new PlayerFilterEntityData frostbite instance.

PlayerFilterEntityData

PlayerFilterEntityData(guid: Guid)

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

Parameters

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

PlayerFilterEntityData

PlayerFilterEntityData(other: EntityData)

Casts an instance of type EntityData to PlayerFilterEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to PlayerFilterEntityData.

PlayerFilterEntityData

PlayerFilterEntityData(other: GameObjectData)

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

Parameters

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

PlayerFilterEntityData

PlayerFilterEntityData(other: GameDataContainer)

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

Parameters

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

PlayerFilterEntityData

PlayerFilterEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

invertFilter

bool

forwardToSpectators

bool

Static members

typeInfo

TypeInformation

The type information for the PlayerFilterEntityData type.

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