TGameData.LoadFromStream Method

Definition

Used to load the game data from a stream.

Delphi
procedure LoadFromStream(const AStream: TStream)

Parameters

AStream
TStream

Remarks

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