Function File.getCsvLine

Returns the next value of the file in CSV (Comma-Separated Values) format. You can pass a different delimiter delim to use other than the default "," (comma). This delimiter must be one-character long. Text is interpreted as being UTF-8 encoded.

PoolArray!(godot.core.string.String) getCsvLine (
  const(String) delim = GodotStringLiteral().str()
) nothrow @nogc const;