TestCaseEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
timeOut float
testGroup string
testCaseName string
stable bool
enabled bool

Static members

Name Type
TestCaseEntityData.typeInfo TypeInformation

Constructors

TestCaseEntityData

TestCaseEntityData()

Creates a new TestCaseEntityData frostbite instance.

TestCaseEntityData

TestCaseEntityData(guid: Guid)

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

Parameters

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

TestCaseEntityData

TestCaseEntityData(other: EntityData)

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

Parameters

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

TestCaseEntityData

TestCaseEntityData(other: GameObjectData)

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

Parameters

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

TestCaseEntityData

TestCaseEntityData(other: GameDataContainer)

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

Parameters

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

TestCaseEntityData

TestCaseEntityData(other: DataContainer)

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

Parameters

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

Properties

timeOut

float

testGroup

string

testCaseName

string

stable

bool

enabled

bool

Static members

typeInfo

TypeInformation

The type information for the TestCaseEntityData type.

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