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

TileSet.AddTileProperty

Declaration

Source position: Prometheus_Vid.pas line 106

procedure TileSet.AddTileProperty(

  ID: Int64;

  Name_: String;

  Value: String

);

Description

Allows you to add a property to a tile containing a property name and value in the format: Tile number, name string, value string. A system to rapidly index, search and remove properties is in progress, indexing for rapid search being the last to implementation