SaveGameLoadedEntityData
Inherits from EntityData
Summary
Constructors
SaveGameLoadedEntityData() |
SaveGameLoadedEntityData(guid: Guid) |
SaveGameLoadedEntityData(other: EntityData) |
SaveGameLoadedEntityData(other: GameObjectData) |
SaveGameLoadedEntityData(other: GameDataContainer) |
SaveGameLoadedEntityData(other: DataContainer) |
Static members
Name | Type |
---|---|
SaveGameLoadedEntityData.typeInfo | TypeInformation |
Constructors
SaveGameLoadedEntityData
SaveGameLoadedEntityData()
Creates a new SaveGameLoadedEntityData frostbite instance.
SaveGameLoadedEntityData
SaveGameLoadedEntityData(guid: Guid)
Creates a new SaveGameLoadedEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SaveGameLoadedEntityData
SaveGameLoadedEntityData(other: EntityData)
Casts an instance of type EntityData to SaveGameLoadedEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to SaveGameLoadedEntityData. |
SaveGameLoadedEntityData
SaveGameLoadedEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to SaveGameLoadedEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to SaveGameLoadedEntityData. |
SaveGameLoadedEntityData
SaveGameLoadedEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SaveGameLoadedEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to SaveGameLoadedEntityData. |
SaveGameLoadedEntityData
SaveGameLoadedEntityData(other: DataContainer)
Casts an instance of type DataContainer to SaveGameLoadedEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SaveGameLoadedEntityData. |
Static members
typeInfo
The type information for the SaveGameLoadedEntityData type.