[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Prometheus_Vid' (#Prometheus)

TileSet.LoadFromDisk

Declaration

Source position: Prometheus_Vid.pas line 97

procedure TileSet.LoadFromDisk(

  Src: String

);

Description

Currently uses a very basic implementation of CSV to load tileset data in an experimental format to be changed to Prometheus MetaFormat allowing a choice of RAW, CSV and XML in future revisions. Not yet recommended. Avoids any further value setting as they are all loaded from the file, aside from TileSet.Update() to initialize tileset with given data.