KyotoPlayerAliveFilterEntityData

Inherits from EntityData

Summary

Constructors

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

Static members

Name Type
KyotoPlayerAliveFilterEntityData.typeInfo TypeInformation

Constructors

KyotoPlayerAliveFilterEntityData

KyotoPlayerAliveFilterEntityData()

Creates a new KyotoPlayerAliveFilterEntityData frostbite instance.

KyotoPlayerAliveFilterEntityData

KyotoPlayerAliveFilterEntityData(guid: Guid)

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

Parameters

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

KyotoPlayerAliveFilterEntityData

KyotoPlayerAliveFilterEntityData(other: EntityData)

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

Parameters

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

KyotoPlayerAliveFilterEntityData

KyotoPlayerAliveFilterEntityData(other: GameObjectData)

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

Parameters

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

KyotoPlayerAliveFilterEntityData

KyotoPlayerAliveFilterEntityData(other: GameDataContainer)

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

Parameters

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

KyotoPlayerAliveFilterEntityData

KyotoPlayerAliveFilterEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the KyotoPlayerAliveFilterEntityData type.

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