LevelSaveData

Inherits from DataContainer

Summary

Constructors

LevelSaveData()
LevelSaveData(guid: Guid)
LevelSaveData(other: DataContainer)

Properties

Name Type
saveSize int
saveNames string[]

Static members

Name Type
LevelSaveData.typeInfo TypeInformation

Constructors

LevelSaveData

LevelSaveData()

Creates a new LevelSaveData frostbite instance.

LevelSaveData

LevelSaveData(guid: Guid)

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

Parameters

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

LevelSaveData

LevelSaveData(other: DataContainer)

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

Parameters

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

Properties

saveSize

int

saveNames

string[]

Static members

typeInfo

TypeInformation

The type information for the LevelSaveData type.

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