TGameData.LoadFromStream Method

Used to load the game data from a stream.

Unit: uGameData
procedure LoadFromStream(const AStream: TStream)

Parameters

AStream
Type: TStream

No Clear() is called, its only load the saved datas, don't initialize other things from your game.