RegistryContainer

Inherits from DataContainer

Summary

Constructors

RegistryContainer()
RegistryContainer(guid: Guid)
RegistryContainer(other: DataContainer)

Properties

Name Type
entityRegistry DataContainer[]
assetRegistry DataContainer[]
blueprintRegistry DataContainer[]
referenceObjectRegistry DataContainer[]

Static members

Name Type
RegistryContainer.typeInfo TypeInformation

Constructors

RegistryContainer

RegistryContainer()

Creates a new RegistryContainer frostbite instance.

RegistryContainer

RegistryContainer(guid: Guid)

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

Parameters

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

RegistryContainer

RegistryContainer(other: DataContainer)

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

Parameters

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

Properties

entityRegistry

DataContainer[]

assetRegistry

DataContainer[]

blueprintRegistry

DataContainer[]

referenceObjectRegistry

DataContainer[]

Static members

typeInfo

TypeInformation

The type information for the RegistryContainer type.

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