Open Rails

STFReader.ReadString Method

[This is preliminary documentation and subject to change.]

Return next whitespace delimited string from the STF file.

public string ReadString();

Return Value

The next {string_item} from the STF file, any surrounding quotations will be not be returned.

Remarks

This differs from ReadInt in that normal comment processing is disabled. ie an item that starts with _ is returned and not skipped.

See Also

STFReader Class | Orts.Parsers.Msts Namespace