IndexM.name

Sets the name of the tile if val is shorter than 255 characters, then returns the new name. Returns the old name if not.

  1. string name [@property getter]
  2. string name [@property setter]
    struct IndexM
    @property @safe pure nothrow
    string
    name
    (
    string val
    )

Meta